Skip to content

Commit 36691e1

Browse files
committed
ALSA: usb-audio: Fix invalid volume resolution for Logitech HD Webcam c310
Just like the previous fix for LogitechHD Webcam c270 in commit 11e7064, c310 model also requires the same workaround for avoiding the kernel warning. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=59741 Cc: <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent 6ab982e commit 36691e1

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
@@ -885,6 +885,7 @@ static void volume_control_quirks(struct usb_mixer_elem_info *cval,
885885

886886
case USB_ID(0x046d, 0x0808):
887887
case USB_ID(0x046d, 0x0809):
888+
case USB_ID(0x046d, 0x081b): /* HD Webcam c310 */
888889
case USB_ID(0x046d, 0x081d): /* HD Webcam c510 */
889890
case USB_ID(0x046d, 0x0825): /* HD Webcam c270 */
890891
case USB_ID(0x046d, 0x0991):

0 commit comments

Comments
 (0)