You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[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>
This commit is contained in:
committed by
Jaroslav Kysela
parent
1dcee12591
commit
460dc98afc
@@ -237,6 +237,11 @@ static struct usbmix_ctl_map usbmix_ctl_maps[] = {
|
|||||||
.map = audigy2nx_map,
|
.map = audigy2nx_map,
|
||||||
.selector_map = audigy2nx_selectors,
|
.selector_map = audigy2nx_selectors,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
/* Hercules DJ Console */
|
||||||
|
.id = USB_ID(0x06f8, 0xd002),
|
||||||
|
.ignore_ctl_error = 1,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.id = USB_ID(0x08bb, 0x2702),
|
.id = USB_ID(0x08bb, 0x2702),
|
||||||
.map = linex_map,
|
.map = linex_map,
|
||||||
|
|||||||
Reference in New Issue
Block a user