[ALSA] usb-audio: add Casio PL-40R support
Modules: USB generic driver Add a quirk entry for the Casio PL-40R. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
This commit is contained in:
parent
a12606cff1
commit
9808dc962f
1 changed files with 9 additions and 0 deletions
|
@ -1409,6 +1409,15 @@ YAMAHA_DEVICE(0x7010, "UB99"),
|
||||||
},
|
},
|
||||||
|
|
||||||
/* Casio devices */
|
/* Casio devices */
|
||||||
|
{
|
||||||
|
USB_DEVICE(0x07cf, 0x6801),
|
||||||
|
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
|
||||||
|
.vendor_name = "Casio",
|
||||||
|
.product_name = "PL-40R",
|
||||||
|
.ifnum = 0,
|
||||||
|
.type = QUIRK_MIDI_YAMAHA
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
/* this ID is used by several devices without a product ID */
|
/* this ID is used by several devices without a product ID */
|
||||||
USB_DEVICE(0x07cf, 0x6802),
|
USB_DEVICE(0x07cf, 0x6802),
|
||||||
|
|
Loading…
Reference in a new issue