Skip to content

Commit 927c942

Browse files
cladischtiwai
authored andcommitted
ALSA: usb-audio: add Edirol UM-3G support
Signed-off-by: Clemens Ladisch <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent 416846d commit 927c942

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sound/usb/quirks-table.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1617,6 +1617,14 @@ YAMAHA_DEVICE(0x7010, "UB99"),
16171617
}
16181618
}
16191619
},
1620+
{
1621+
/* Edirol UM-3G */
1622+
USB_DEVICE_VENDOR_SPEC(0x0582, 0x0108),
1623+
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1624+
.ifnum = 0,
1625+
.type = QUIRK_MIDI_STANDARD_INTERFACE
1626+
}
1627+
},
16201628
{
16211629
/* Boss JS-8 Jam Station */
16221630
USB_DEVICE(0x0582, 0x0109),

0 commit comments

Comments
 (0)