Commit 460dc98a authored by Clemens Ladisch's avatar Clemens Ladisch Committed by Jaroslav Kysela

[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: default avatarClemens Ladisch <clemens@ladisch.de>
parent 1dcee125
......@@ -237,6 +237,11 @@ static struct usbmix_ctl_map usbmix_ctl_maps[] = {
.map = audigy2nx_map,
.selector_map = audigy2nx_selectors,
},
{
/* Hercules DJ Console */
.id = USB_ID(0x06f8, 0xd002),
.ignore_ctl_error = 1,
},
{
.id = USB_ID(0x08bb, 0x2702),
.map = linex_map,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment