aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergiusz Urbaniak <sergiusz.urbaniak@gmail.com>2011-12-05 20:27:46 +0100
committerTakashi Iwai <tiwai@suse.de>2011-12-12 12:49:02 +0100
commit1bba160a0777046967707bbcdc9fb09d334ab2e5 (patch)
tree2192f9805c92127f6610360a1a5b375b07a85993
parentALSA: asihp: Use kcalloc instead of kzalloc to allocate array (diff)
downloadlinux-dev-1bba160a0777046967707bbcdc9fb09d334ab2e5.tar.xz
linux-dev-1bba160a0777046967707bbcdc9fb09d334ab2e5.zip
ALSA: snd-usb: added VOX ToneLab ST midi handling
Signed-off-by: Sergiusz Urbaniak <sergiusz.urbaniak@googlemail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/usb/quirks-table.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
index 32d2a21f2e3b..99b8c8885261 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -2336,6 +2336,16 @@ YAMAHA_DEVICE(0x7010, "UB99"),
}
},
+{
+ USB_DEVICE_VENDOR_SPEC(0x0944, 0x0201),
+ .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
+ .vendor_name = "KORG, Inc.",
+ /* .product_name = "ToneLab ST", */
+ .ifnum = 3,
+ .type = QUIRK_MIDI_STANDARD_INTERFACE,
+ }
+},
+
/* AKAI devices */
{
USB_DEVICE(0x09e8, 0x0062),