mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
ALSA: usb-audio: add Edirol UM-3G support
Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
416846d2b3
commit
927c9423dd
1 changed files with 8 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue