提交 9b0d39be 编写于 作者: T Takashi Iwai 提交者: Jaroslav Kysela

[ALSA] usb-audio - Add advanced mode support for Edirol UA-1EX

Add the quirk to support Advanced mode of Edirol UA-1EX.
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
Signed-off-by: NJaroslav Kysela <perex@suse.cz>
上级 ab9914f8
...@@ -1254,7 +1254,28 @@ YAMAHA_DEVICE(0x7010, "UB99"), ...@@ -1254,7 +1254,28 @@ YAMAHA_DEVICE(0x7010, "UB99"),
} }
}, },
/* TODO: add Edirol PC-80 support */ /* TODO: add Edirol PC-80 support */
/* TODO: add Edirol UA-1EX support */ {
USB_DEVICE(0x0582, 0x0096),
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
.vendor_name = "EDIROL",
.product_name = "UA-1EX",
.ifnum = QUIRK_ANY_INTERFACE,
.type = QUIRK_COMPOSITE,
.data = (const struct snd_usb_audio_quirk[]) {
{
.ifnum = 0,
.type = QUIRK_AUDIO_STANDARD_INTERFACE
},
{
.ifnum = 1,
.type = QUIRK_AUDIO_STANDARD_INTERFACE
},
{
.ifnum = -1
}
}
}
},
{ {
USB_DEVICE(0x0582, 0x009a), USB_DEVICE(0x0582, 0x009a),
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册