diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2005-09-16 16:56:01 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-10-07 14:45:33 +0200 |
commit | 460dc98afc6db255344a06c8da1196e2a2744758 (patch) | |
tree | 0b286dda348480aa563d2160462260d73028317a | |
parent | 1dcee12591320d79e4fc5bcdc4aa8a2522b7afdb (diff) | |
download | linux-3.10-460dc98afc6db255344a06c8da1196e2a2744758.tar.gz linux-3.10-460dc98afc6db255344a06c8da1196e2a2744758.tar.bz2 linux-3.10-460dc98afc6db255344a06c8da1196e2a2744758.zip |
[ALSA] usb-audio: ignore Hercules DJ Console mixer errors
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>
-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 f05500b05ec..13199ff36d4 100644 --- a/sound/usb/usbmixer_maps.c +++ b/sound/usb/usbmixer_maps.c @@ -238,6 +238,11 @@ static struct usbmix_ctl_map usbmix_ctl_maps[] = { .selector_map = audigy2nx_selectors, }, { + /* Hercules DJ Console */ + .id = USB_ID(0x06f8, 0xd002), + .ignore_ctl_error = 1, + }, + { .id = USB_ID(0x08bb, 0x2702), .map = linex_map, .ignore_ctl_error = 1, |