Skip to content

Commit

Permalink
[ALSA] usb-audio: add Casio AP-80R support
Browse files Browse the repository at this point in the history
Modules: USB generic driver

Add a quirk for the Casio AP-80R.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Mar 22, 2006
1 parent c1fc804 commit 0243ef7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sound/usb/usbquirks.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
{
/* thanks to Robert A. Lerche <ral 'at' msbit.com> */
Expand Down

0 comments on commit 0243ef7

Please sign in to comment.