From: Clemens Ladisch Date: Thu, 16 Mar 2006 07:15:25 +0000 (+0100) Subject: [ALSA] usb-audio: add Casio PL-40R support X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9808dc962f6780ce7eac47c82400fede7f4a08b3;p=linux-beck.git [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 --- diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h index f231de5a586f..0992a0923f1a 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h @@ -1409,6 +1409,15 @@ YAMAHA_DEVICE(0x7010, "UB99"), }, /* 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 */ USB_DEVICE(0x07cf, 0x6802),