Skip to content

Commit

Permalink
ALSA: snd-usb: added VOX ToneLab ST midi handling
Browse files Browse the repository at this point in the history
Signed-off-by: Sergiusz Urbaniak <sergiusz.urbaniak@googlemail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Sergiusz Urbaniak authored and Takashi Iwai committed Dec 12, 2011
1 parent 6d2d431 commit 1bba160
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sound/usb/quirks-table.h
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 1bba160

Please sign in to comment.