projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7f9bdf
)
ALSA: snd_usb_audio: add Logitech HD Webcam c510 to quirk-384
author
Alexey Fisher
<bug-track@fisher-privat.net>
Wed, 9 Nov 2011 10:39:24 +0000
(11:39 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 9 Nov 2011 11:22:38 +0000
(12:22 +0100)
Logitech HD Webcam c510 provide wrong mixer resolution.
Add it to "res = 384" quirk.
Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/mixer.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/usb/mixer.c
b/sound/usb/mixer.c
index c5444e00f0c66ec1ce72cde26f2fcfa16caf7550..ab23869c01bb6734073b65c6c397fe177224c217 100644
(file)
--- a/
sound/usb/mixer.c
+++ b/
sound/usb/mixer.c
@@
-799,6
+799,7
@@
static void volume_control_quirks(struct usb_mixer_elem_info *cval,
case USB_ID(0x046d, 0x0808):
case USB_ID(0x046d, 0x0809):
+ case USB_ID(0x046d, 0x081d): /* HD Webcam c510 */
case USB_ID(0x046d, 0x0991):
/* Most audio usb devices lie about volume resolution.
* Most Logitech webcams have res = 384.