Commit 9c712fbc authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update

USB generic driver
remove whitespace at end of lines
Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
parent 07415b53
......@@ -124,7 +124,6 @@
typedef struct snd_usb_audio snd_usb_audio_t;
struct snd_usb_audio {
int index;
struct usb_device *dev;
snd_card_t *card;
......@@ -144,9 +143,11 @@ struct snd_usb_audio {
* Information about devices with broken descriptors
*/
/* special values for .ifnum */
#define QUIRK_NO_INTERFACE -2
#define QUIRK_ANY_INTERFACE -1
/* quirk type */
#define QUIRK_MIDI_FIXED_ENDPOINT 0
#define QUIRK_MIDI_YAMAHA 1
#define QUIRK_MIDI_MIDIMAN 2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment