Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ef9f05

Browse files
Wolfram Sangtiwai
authored andcommitted
ALSA: usb-audio: Add mic volume fix quirk for Logitech Quickcam Fusion
Fix this from the logs: usb 7-1: New USB device found, idVendor=046d, idProduct=08ca ... usb 7-1: Warning! Unlikely big volume range (=3072), cval->res is probably wrong. usb 7-1: [5] FU [Mic Capture Volume] ch = 1, val = 4608/7680/1 Signed-off-by: Wolfram Sang <[email protected]> Cc: <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent 81a1231 commit 1ef9f05

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
@@ -918,6 +918,7 @@ static void volume_control_quirks(struct usb_mixer_elem_info *cval,
918918
case USB_ID(0x046d, 0x081d): /* HD Webcam c510 */
919919
case USB_ID(0x046d, 0x0825): /* HD Webcam c270 */
920920
case USB_ID(0x046d, 0x0826): /* HD Webcam c525 */
921+
case USB_ID(0x046d, 0x08ca): /* Logitech Quickcam Fusion */
921922
case USB_ID(0x046d, 0x0991):
922923
/* Most audio usb devices lie about volume resolution.
923924
* Most Logitech webcams have res = 384.

0 commit comments

Comments
 (0)