projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d763145
)
ALSA: usb-audio: Add MIDI quirk for Vox ToneLab EX
author
Takashi Iwai
<tiwai@suse.de>
Wed, 7 Apr 2021 14:45:49 +0000
(16:45 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 9 Apr 2021 07:58:13 +0000
(09:58 +0200)
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.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/quirks-table.h
patch
|
blob
|
history
diff --git
a/sound/usb/quirks-table.h
b/sound/usb/quirks-table.h
index 92f525b1c9921c7bacf3653cc1528dff63431d13..bdba37d0faab063ce2aa9ed0b7036325e6c03b18 100644
(file)
--- a/
sound/usb/quirks-table.h
+++ b/
sound/usb/quirks-table.h
@@
-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 */
{
USB_DEVICE(0x09e8, 0x0062),