Commit c430c231 authored by Maksim A. Boyko's avatar Maksim A. Boyko Committed by Ben Hutchings

ALSA: usb-audio: Fix invalid volume resolution for Logitech HD Webcam C525

commit 140d37de upstream.

Add the volume control quirk for avoiding the kernel warning
for the Logitech HD Webcam C525
as in the similar commit 36691e1b
for the Logitech HD Webcam C310.
Reported-by: default avatarMaksim Boyko <maksim.a.boyko@gmail.com>
Tested-by: default avatarMaksim Boyko <maksim.a.boyko@gmail.com>
Signed-off-by: default avatarMaksim Boyko <maksim.a.boyko@gmail.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 60593fae
......@@ -838,6 +838,7 @@ static void volume_control_quirks(struct usb_mixer_elem_info *cval,
case USB_ID(0x046d, 0x081b): /* HD Webcam c310 */
case USB_ID(0x046d, 0x081d): /* HD Webcam c510 */
case USB_ID(0x046d, 0x0825): /* HD Webcam c270 */
case USB_ID(0x046d, 0x0826): /* HD Webcam c525 */
case USB_ID(0x046d, 0x0991):
/* Most audio usb devices lie about volume resolution.
* Most Logitech webcams have res = 384.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment