Skip to content

Commit

Permalink
[ALSA] usb-audio: ignore Hercules DJ Console mixer errors
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cladisch authored and Jaroslav Kysela committed Nov 4, 2005
1 parent d1bda04 commit dfedc5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sound/usb/usbmixer_maps.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,11 @@ static struct usbmix_ctl_map usbmix_ctl_maps[] = {
.id = USB_ID(0x06f8, 0xd002),
.ignore_ctl_error = 1,
},
{
/* Hercules DJ Console */
.id = USB_ID(0x06f8, 0xd002),
.ignore_ctl_error = 1,
},
{
.id = USB_ID(0x08bb, 0x2702),
.map = linex_map,
Expand Down

0 comments on commit dfedc5f

Please sign in to comment.