[ALSA] usb-audio: add Miditech Play'n Roll support
authorClemens Ladisch <clemens@ladisch.de>
Wed, 8 Feb 2006 11:38:23 +0000 (12:38 +0100)
committerJaroslav Kysela <perex@suse.cz>
Wed, 22 Mar 2006 09:28:31 +0000 (10:28 +0100)
Modules: USB generic driver

Add a quirk entry for the Miditech Play'n Roll.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
sound/usb/usbquirks.h

index 0485e21861a19316a6d6ce2247701eb4ba614fb8..7820d7bd025fd5568d3bffc98306a6d347c291d2 100644 (file)
@@ -1507,6 +1507,15 @@ YAMAHA_DEVICE(0x7010, "UB99"),
                .type = QUIRK_MIDI_STANDARD_INTERFACE
        }
 },
+{
+       USB_DEVICE(0x0ccd, 0x0035),
+       .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
+               .vendor_name = "Miditech",
+               .product_name = "Play'n Roll",
+               .ifnum = 0,
+               .type = QUIRK_MIDI_CME
+       }
+},
 
 /* Novation EMS devices */
 {