From: Clemens Ladisch Date: Wed, 8 Feb 2006 11:38:23 +0000 (+0100) Subject: [ALSA] usb-audio: add Miditech Play'n Roll support X-Git-Tag: firefly_0821_release~37155^2~18^2~85 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b2b8229dde970b95e407d90a140e8a8753e1f0f6;p=firefly-linux-kernel-4.4.55.git [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 --- 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"), .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 */ {