summaryrefslogtreecommitdiff
path: root/sound/usb/usbquirks.h
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2008-07-10 09:01:06 (GMT)
committerClemens Ladisch <clemens@ladisch.de>2008-07-10 09:01:06 (GMT)
commitc85ceac97487580e39daaf57858513246e425647 (patch)
tree3a9d8d480dc3e6b7ae3c242e6735431b9051d5e6 /sound/usb/usbquirks.h
parent4a161d235b68eb7234f40106560c488a1bdb3851 (diff)
downloadlinux-fsl-qoriq-c85ceac97487580e39daaf57858513246e425647.tar.xz
ALSA: usb-audio: fix Yamaha KX quirk
We have to restrict the quirk to interface 0 because the second interface is not MIDI but HID. Additionally, this product ID is used by all four KX models, so it is better to read the product name from the device. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'sound/usb/usbquirks.h')
-rw-r--r--sound/usb/usbquirks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h
index d675050..3eb12fe 100644
--- a/sound/usb/usbquirks.h
+++ b/sound/usb/usbquirks.h
@@ -210,7 +210,7 @@ YAMAHA_DEVICE(0x1042, NULL),
YAMAHA_DEVICE(0x1043, NULL),
YAMAHA_DEVICE(0x1044, NULL),
YAMAHA_DEVICE(0x1045, NULL),
-YAMAHA_DEVICE(0x104e, "KX49"),
+YAMAHA_INTERFACE(0x104e, 0, NULL),
YAMAHA_DEVICE(0x2000, "DGP-7"),
YAMAHA_DEVICE(0x2001, "DGP-5"),
YAMAHA_DEVICE(0x2002, NULL),