diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2005-09-16 10:56:01 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-11-04 07:15:59 -0500 |
commit | dfedc5f47cfd672a57923506c71b2042b33ae306 (patch) | |
tree | e4a0194ab45a3b020a18371585cb9125ac3b6148 /sound/usb | |
parent | d1bda0455478a9e2a13381044e9bb80a17ec92d2 (diff) |
[ALSA] usb-audio: ignore Hercules DJ Console mixer errors
Modules: USB generic driver
Add a quirk entry for the Hercules DJ Console to ignore timeouts on
some mixer control transfers.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'sound/usb')
-rw-r--r-- | sound/usb/usbmixer_maps.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/usb/usbmixer_maps.c b/sound/usb/usbmixer_maps.c index c1264434e50a..9a8534b9efff 100644 --- a/sound/usb/usbmixer_maps.c +++ b/sound/usb/usbmixer_maps.c | |||
@@ -248,6 +248,11 @@ static struct usbmix_ctl_map usbmix_ctl_maps[] = { | |||
248 | .ignore_ctl_error = 1, | 248 | .ignore_ctl_error = 1, |
249 | }, | 249 | }, |
250 | { | 250 | { |
251 | /* Hercules DJ Console */ | ||
252 | .id = USB_ID(0x06f8, 0xd002), | ||
253 | .ignore_ctl_error = 1, | ||
254 | }, | ||
255 | { | ||
251 | .id = USB_ID(0x08bb, 0x2702), | 256 | .id = USB_ID(0x08bb, 0x2702), |
252 | .map = linex_map, | 257 | .map = linex_map, |
253 | .ignore_ctl_error = 1, | 258 | .ignore_ctl_error = 1, |