summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2006-03-09 07:55:55 +0100
committerJaroslav Kysela <perex@suse.cz>2006-03-22 10:36:29 +0100
commit0243ef71acc0b5bd734b511ae6d9b4b481c1dc5e (patch)
treed31243f7a02f84c9abb8dbb1f19bd3c36d7da004 /sound
parentc1fc8047310c9d3147f9521af651a5823a72d218 (diff)
[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>
Diffstat (limited to 'sound')
-rw-r--r--sound/usb/usbquirks.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h
index 7820d7bd025f..e310af0db1b5 100644
--- a/sound/usb/usbquirks.h
+++ b/sound/usb/usbquirks.h
@@ -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> */