aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/mixer.c
diff options
context:
space:
mode:
authorAlexey Fisher <bug-track@fisher-privat.net>2011-11-09 05:39:24 -0500
committerTakashi Iwai <tiwai@suse.de>2011-11-09 06:22:38 -0500
commit55c0008be67a27944b6705251d9a8d4c56c67701 (patch)
tree809c2b1a7faa9aa27a2db2376b6fc5e3acf80faa /sound/usb/mixer.c
parentf7f9bdfadfda07afb904a9767468e38c2d1a6033 (diff)
ALSA: snd_usb_audio: add Logitech HD Webcam c510 to quirk-384
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>
Diffstat (limited to 'sound/usb/mixer.c')
-rw-r--r--sound/usb/mixer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/mixer.c b/sound/usb/mixer.c
index c5444e00f0c..ab23869c01b 100644
--- 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,
799 799
800 case USB_ID(0x046d, 0x0808): 800 case USB_ID(0x046d, 0x0808):
801 case USB_ID(0x046d, 0x0809): 801 case USB_ID(0x046d, 0x0809):
802 case USB_ID(0x046d, 0x081d): /* HD Webcam c510 */
802 case USB_ID(0x046d, 0x0991): 803 case USB_ID(0x046d, 0x0991):
803 /* Most audio usb devices lie about volume resolution. 804 /* Most audio usb devices lie about volume resolution.
804 * Most Logitech webcams have res = 384. 805 * Most Logitech webcams have res = 384.