Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sergiusz Urbaniak and committed by
Takashi Iwai
1bba160a 6d2d4313

+10
+10
sound/usb/quirks-table.h
··· 2336 2336 } 2337 2337 }, 2338 2338 2339 + { 2340 + USB_DEVICE_VENDOR_SPEC(0x0944, 0x0201), 2341 + .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { 2342 + .vendor_name = "KORG, Inc.", 2343 + /* .product_name = "ToneLab ST", */ 2344 + .ifnum = 3, 2345 + .type = QUIRK_MIDI_STANDARD_INTERFACE, 2346 + } 2347 + }, 2348 + 2339 2349 /* AKAI devices */ 2340 2350 { 2341 2351 USB_DEVICE(0x09e8, 0x0062),