ALSA: usb-audio: handle "Fast Track Ultra" with USB_DEVICE_VENDOR_SPEC()

That way, the class compliant MIDI interface is also handled.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Reported-and-tested-by: Grant Diffey <gdiffey@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Daniel Mack 2011-05-18 11:28:45 +02:00 committed by Takashi Iwai
parent 3bc6fbc743
commit c91d9cda55

View File

@ -1979,7 +1979,7 @@ YAMAHA_DEVICE(0x7010, "UB99"),
} }
}, },
{ {
USB_DEVICE(0x0763, 0x2080), USB_DEVICE_VENDOR_SPEC(0x0763, 0x2080),
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
/* .vendor_name = "M-Audio", */ /* .vendor_name = "M-Audio", */
/* .product_name = "Fast Track Ultra", */ /* .product_name = "Fast Track Ultra", */
@ -2046,7 +2046,7 @@ YAMAHA_DEVICE(0x7010, "UB99"),
} }
}, },
{ {
USB_DEVICE(0x0763, 0x2081), USB_DEVICE_VENDOR_SPEC(0x0763, 0x2081),
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
/* .vendor_name = "M-Audio", */ /* .vendor_name = "M-Audio", */
/* .product_name = "Fast Track Ultra 8R", */ /* .product_name = "Fast Track Ultra 8R", */