diff options
author | Daniel Mack <zonque@gmail.com> | 2011-05-18 11:28:45 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-05-18 11:44:45 +0200 |
commit | c91d9cda558fc348205fa972c8b864f8579ef258 (patch) | |
tree | 3a413c3d7afb86080baa9b91203c446ecf57d897 /sound | |
parent | 3bc6fbc7439a88969de97d979795ce7847950668 (diff) | |
download | linux-3.10-c91d9cda558fc348205fa972c8b864f8579ef258.tar.gz linux-3.10-c91d9cda558fc348205fa972c8b864f8579ef258.tar.bz2 linux-3.10-c91d9cda558fc348205fa972c8b864f8579ef258.zip |
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/usb/quirks-table.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h index 690767c0aad..78792a8900c 100644 --- a/sound/usb/quirks-table.h +++ b/sound/usb/quirks-table.h @@ -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) { /* .vendor_name = "M-Audio", */ /* .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) { /* .vendor_name = "M-Audio", */ /* .product_name = "Fast Track Ultra 8R", */ |