Explorar o código

[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>
Clemens Ladisch %!s(int64=19) %!d(string=hai) anos
pai
achega
b2b8229dde
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      sound/usb/usbquirks.h

+ 9 - 0
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 */
 {