Skip to content

Commit

Permalink
ALSA: snd_usb_audio: add Logitech HD Webcam c510 to quirk-384
Browse files Browse the repository at this point in the history
Logitech HD Webcam c510 provide wrong mixer resolution.
Add it to "res = 384" quirk.

Signed-off-by: Alexey Fisher <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
olerem authored and tiwai committed Nov 9, 2011
1 parent f7f9bdf commit 55c0008
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 @@ -799,6 +799,7 @@ static void volume_control_quirks(struct usb_mixer_elem_info *cval,

case USB_ID(0x046d, 0x0808):
case USB_ID(0x046d, 0x0809):
case USB_ID(0x046d, 0x081d): /* HD Webcam c510 */
case USB_ID(0x046d, 0x0991):
/* Most audio usb devices lie about volume resolution.
* Most Logitech webcams have res = 384.
Expand Down

0 comments on commit 55c0008

Please sign in to comment.