aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/usbquirks.h
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2006-02-08 06:38:23 -0500
committerJaroslav Kysela <perex@suse.cz>2006-03-22 04:28:31 -0500
commitb2b8229dde970b95e407d90a140e8a8753e1f0f6 (patch)
treefa3d5aadbf493affefe0eb2bb610a7789e020611 /sound/usb/usbquirks.h
parentabf58f095525c0e46b4ee64a4f9c2084b4c08f4c (diff)
[ALSA] usb-audio: add Miditech Play'n Roll support
Modules: USB generic driver Add a quirk entry for the Miditech Play'n Roll. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'sound/usb/usbquirks.h')
-rw-r--r--sound/usb/usbquirks.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h
index 0485e21861a1..7820d7bd025f 100644
--- a/sound/usb/usbquirks.h
+++ b/sound/usb/usbquirks.h
@@ -1507,6 +1507,15 @@ YAMAHA_DEVICE(0x7010, "UB99"),
1507 .type = QUIRK_MIDI_STANDARD_INTERFACE 1507 .type = QUIRK_MIDI_STANDARD_INTERFACE
1508 } 1508 }
1509}, 1509},
1510{
1511 USB_DEVICE(0x0ccd, 0x0035),
1512 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1513 .vendor_name = "Miditech",
1514 .product_name = "Play'n Roll",
1515 .ifnum = 0,
1516 .type = QUIRK_MIDI_CME
1517 }
1518},
1510 1519
1511/* Novation EMS devices */ 1520/* Novation EMS devices */
1512{ 1521{