Commit 36691e1be6ec551eef4a5225f126a281f8c051c2
1 parent
6ab982e8cf
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
ALSA: usb-audio: Fix invalid volume resolution for Logitech HD Webcam c310
Just like the previous fix for LogitechHD Webcam c270 in commit 11e7064f35bb87da8f427d1aa4bbd8b7473a3993, c310 model also requires the same workaround for avoiding the kernel warning. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=59741 Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
sound/usb/mixer.c
... | ... | @@ -885,6 +885,7 @@ |
885 | 885 | |
886 | 886 | case USB_ID(0x046d, 0x0808): |
887 | 887 | case USB_ID(0x046d, 0x0809): |
888 | + case USB_ID(0x046d, 0x081b): /* HD Webcam c310 */ | |
888 | 889 | case USB_ID(0x046d, 0x081d): /* HD Webcam c510 */ |
889 | 890 | case USB_ID(0x046d, 0x0825): /* HD Webcam c270 */ |
890 | 891 | case USB_ID(0x046d, 0x0991): |