Skip to content

Commit 64f40f9

Browse files
committed
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: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent d763145 commit 64f40f9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sound/usb/quirks-table.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2397,6 +2397,16 @@ YAMAHA_DEVICE(0x7010, "UB99"),
23972397
}
23982398
},
23992399

2400+
{
2401+
USB_DEVICE_VENDOR_SPEC(0x0944, 0x0204),
2402+
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2403+
.vendor_name = "KORG, Inc.",
2404+
/* .product_name = "ToneLab EX", */
2405+
.ifnum = 3,
2406+
.type = QUIRK_MIDI_STANDARD_INTERFACE,
2407+
}
2408+
},
2409+
24002410
/* AKAI devices */
24012411
{
24022412
USB_DEVICE(0x09e8, 0x0062),

0 commit comments

Comments
 (0)