Skip to content

Commit

Permalink
ALSA: usb-audio - Add "cval->res = 384" quirk for Logitech Webcam C600
Browse files Browse the repository at this point in the history
One more affected devices: Logitech Webcam C600 (046d:0808)

Volume range before quirk is 6400, after (also real) is 16.

Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Alexey Fisher authored and Takashi Iwai committed Mar 10, 2011
1 parent 80aceff commit bc3a8a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/usb/mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1122,6 +1122,7 @@ static void build_feature_ctl(struct mixer_build *state, void *raw_desc,
}
break;

case USB_ID(0x046d, 0x0808):
case USB_ID(0x046d, 0x0809):
case USB_ID(0x046d, 0x0991):
/* Most audio usb devices lie about volume resolution.
Expand Down

0 comments on commit bc3a8a0

Please sign in to comment.