From: Clemens Ladisch Date: Sat, 4 Feb 2012 19:51:43 +0000 (+0100) Subject: ALSA: usb-audio: add Edirol UM-3G support X-Git-Tag: v3.3-rc3~6^2~2 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=927c9423dd5f2d1c0b93d5e694ab84b4a5559713;p=~andy%2Flinux ALSA: usb-audio: add Edirol UM-3G support Signed-off-by: Clemens Ladisch Signed-off-by: Takashi Iwai --- diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h index 8edc5035fc8..d89ab4c7d44 100644 --- a/sound/usb/quirks-table.h +++ b/sound/usb/quirks-table.h @@ -1617,6 +1617,14 @@ YAMAHA_DEVICE(0x7010, "UB99"), } } }, +{ + /* Edirol UM-3G */ + USB_DEVICE_VENDOR_SPEC(0x0582, 0x0108), + .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { + .ifnum = 0, + .type = QUIRK_MIDI_STANDARD_INTERFACE + } +}, { /* Boss JS-8 Jam Station */ USB_DEVICE(0x0582, 0x0109),