projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1bda04
)
[ALSA] usb-audio: ignore Hercules DJ Console mixer errors
author
Clemens Ladisch
<clemens@ladisch.de>
Fri, 16 Sep 2005 14:56:01 +0000
(16:56 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Fri, 4 Nov 2005 12:15:59 +0000
(13:15 +0100)
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>
sound/usb/usbmixer_maps.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/usb/usbmixer_maps.c
b/sound/usb/usbmixer_maps.c
index c1264434e50ac0f2134d8f56f4235c999c7898ba..9a8534b9efff50b1431ec7adc718591046593a6f 100644
(file)
--- a/
sound/usb/usbmixer_maps.c
+++ b/
sound/usb/usbmixer_maps.c
@@
-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,