diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2012-02-04 20:51:43 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-02-08 09:46:34 +0100 |
commit | 927c9423dd5f2d1c0b93d5e694ab84b4a5559713 (patch) | |
tree | 120e88cbe4350bd70d71858fc1f45e0c5e6c14ba /sound/usb | |
parent | 416846d2b31fc740ed9d5a5ec116964fb43c4358 (diff) | |
download | op-kernel-dev-927c9423dd5f2d1c0b93d5e694ab84b4a5559713.zip op-kernel-dev-927c9423dd5f2d1c0b93d5e694ab84b4a5559713.tar.gz |
ALSA: usb-audio: add Edirol UM-3G support
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb')
-rw-r--r-- | sound/usb/quirks-table.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h index 8edc503..d89ab4c 100644 --- a/sound/usb/quirks-table.h +++ b/sound/usb/quirks-table.h @@ -1618,6 +1618,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), .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { |