mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
[ALSA] usb-audio: add Casio AP-80R support
Modules: USB generic driver Add a quirk for the Casio AP-80R. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
This commit is contained in:
parent
c1fc804731
commit
0243ef71ac
1 changed files with 11 additions and 0 deletions
|
@ -1406,6 +1406,17 @@ YAMAHA_DEVICE(0x7010, "UB99"),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
/* Casio devices */
|
||||||
|
{
|
||||||
|
USB_DEVICE(0x07cf, 0x6802),
|
||||||
|
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
|
||||||
|
.vendor_name = "Casio",
|
||||||
|
.product_name = "AP-80R",
|
||||||
|
.ifnum = 0,
|
||||||
|
.type = QUIRK_MIDI_YAMAHA
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
/* Mark of the Unicorn devices */
|
/* Mark of the Unicorn devices */
|
||||||
{
|
{
|
||||||
/* thanks to Robert A. Lerche <ral 'at' msbit.com> */
|
/* thanks to Robert A. Lerche <ral 'at' msbit.com> */
|
||||||
|
|
Loading…
Add table
Reference in a new issue