mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
[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>
This commit is contained in:
parent
abf58f0955
commit
b2b8229dde
1 changed files with 9 additions and 0 deletions
|
@ -1507,6 +1507,15 @@ YAMAHA_DEVICE(0x7010, "UB99"),
|
||||||
.type = QUIRK_MIDI_STANDARD_INTERFACE
|
.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 */
|
/* Novation EMS devices */
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue