From: Takashi Iwai Date: Wed, 5 Jun 2013 06:35:26 +0000 (+0200) Subject: ALSA: usb-audio - Fix invalid volume resolution on Logitech HD webcam c270 X-Git-Tag: v3.10-rc5~15^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11e7064f35bb87da8f427d1aa4bbd8b7473a3993;p=pandora-kernel.git ALSA: usb-audio - Fix invalid volume resolution on Logitech HD webcam c270 USB audio driver spews an error message when probing Logitech HD webcam c270: ALSA mixer.c:1300 usb_audio: Warning! Unlikely big volume range (=6144), cval->res is probably wrong. ALSA mixer.c:1304 usb_audio: [5] FU [Mic Capture Volume] ch = 1, val = 1536/7680/1 Obviously the device needs a fixed volume resolution (cval->res = 384) like other Logitech devices. Bugzilla: https://bugzilla.novell.com/show_bug.cgi?id=821735 Reported-and-tested-by: Cristian Rodríguez Cc: Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed