Skip to content

Commit 140d37d

Browse files
Maksim A. Boykotiwai
authored andcommitted
ALSA: usb-audio: Fix invalid volume resolution for Logitech HD Webcam C525
Add the volume control quirk for avoiding the kernel warning for the Logitech HD Webcam C525 as in the similar commit 36691e1 for the Logitech HD Webcam C310. Reported-by: Maksim Boyko <[email protected]> Tested-by: Maksim Boyko <[email protected]> Cc: <[email protected]> # 3.10.5+ Signed-off-by: Maksim Boyko <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent f69910d commit 140d37d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/usb/mixer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -888,6 +888,7 @@ static void volume_control_quirks(struct usb_mixer_elem_info *cval,
888888
case USB_ID(0x046d, 0x081b): /* HD Webcam c310 */
889889
case USB_ID(0x046d, 0x081d): /* HD Webcam c510 */
890890
case USB_ID(0x046d, 0x0825): /* HD Webcam c270 */
891+
case USB_ID(0x046d, 0x0826): /* HD Webcam c525 */
891892
case USB_ID(0x046d, 0x0991):
892893
/* Most audio usb devices lie about volume resolution.
893894
* Most Logitech webcams have res = 384.

0 commit comments

Comments
 (0)