diff options
author | Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com> | 2011-12-05 20:27:46 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-12-12 12:49:02 +0100 |
commit | 1bba160a0777046967707bbcdc9fb09d334ab2e5 (patch) | |
tree | 2192f9805c92127f6610360a1a5b375b07a85993 | |
parent | 6d2d4313690f2f81a9a54c6a0c8ae645c4598063 (diff) | |
download | op-kernel-dev-1bba160a0777046967707bbcdc9fb09d334ab2e5.zip op-kernel-dev-1bba160a0777046967707bbcdc9fb09d334ab2e5.tar.gz |
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.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h index 32d2a21..99b8c88 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), |