aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-08-10 09:07:06 -0400
committerJaroslav Kysela <perex@perex.cz>2007-10-16 09:58:39 -0400
commit9b0d39be53b057e05e2f796a071ff1cead3a2506 (patch)
tree91b9677297c62fe68165399999c9f93c94a40213 /sound/usb
parentab9914f840be0938587fd3134a9877fb9d024173 (diff)
[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: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/usb')
-rw-r--r--sound/usb/usbquirks.h23
1 files changed, 22 insertions, 1 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h
index bb5cf1c460c0..ed7deebe8969 100644
--- a/sound/usb/usbquirks.h
+++ b/sound/usb/usbquirks.h
@@ -1254,7 +1254,28 @@ YAMAHA_DEVICE(0x7010, "UB99"),
1254 } 1254 }
1255}, 1255},
1256 /* TODO: add Edirol PC-80 support */ 1256 /* TODO: add Edirol PC-80 support */
1257 /* TODO: add Edirol UA-1EX support */ 1257{
1258 USB_DEVICE(0x0582, 0x0096),
1259 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1260 .vendor_name = "EDIROL",
1261 .product_name = "UA-1EX",
1262 .ifnum = QUIRK_ANY_INTERFACE,
1263 .type = QUIRK_COMPOSITE,
1264 .data = (const struct snd_usb_audio_quirk[]) {
1265 {
1266 .ifnum = 0,
1267 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1268 },
1269 {
1270 .ifnum = 1,
1271 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1272 },
1273 {
1274 .ifnum = -1
1275 }
1276 }
1277 }
1278},
1258{ 1279{
1259 USB_DEVICE(0x0582, 0x009a), 1280 USB_DEVICE(0x0582, 0x009a),
1260 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { 1281 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {