Commit 64f40f9b authored by Takashi Iwai's avatar Takashi Iwai

ALSA: usb-audio: Add MIDI quirk for Vox ToneLab EX

ToneLab EX guitar pedal device requires the same quirk like ToneLab ST
for supporting the MIDI.

BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=212593
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20210407144549.1530-1-tiwai@suse.deSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent d7631453
...@@ -2397,6 +2397,16 @@ YAMAHA_DEVICE(0x7010, "UB99"), ...@@ -2397,6 +2397,16 @@ YAMAHA_DEVICE(0x7010, "UB99"),
} }
}, },
{
USB_DEVICE_VENDOR_SPEC(0x0944, 0x0204),
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
.vendor_name = "KORG, Inc.",
/* .product_name = "ToneLab EX", */
.ifnum = 3,
.type = QUIRK_MIDI_STANDARD_INTERFACE,
}
},
/* AKAI devices */ /* AKAI devices */
{ {
USB_DEVICE(0x09e8, 0x0062), USB_DEVICE(0x09e8, 0x0062),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment