usb-audio: Fix invalid volume resolution for Logitech HD Webcam C525

2013-08-09 Thread Maksim A. Boyko
. -- Best regards, Maksim A. Boyko -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] usb-audio: Fix invalid volume resolution for Logitech HD Webcam C525

2013-08-10 Thread Maksim A. Boyko
Add the volume control quirk for avoiding the kernel warning for the Logitech HD Webcam C525 as in the similar commit 36691e1be6ec551eef4a5225f126a281f8c051c2 for the Logitech HD Webcam C310. Reported-by: Maksim Boyko Tested-by: Maksim Boyko Cc: # 3.10.5+ Signed-off-by: Maksim Boyko -- sound

[PATCH] usb-audio: Fix invalid volume resolution for Logitech HD Webcam C525

2013-08-11 Thread Maksim A. Boyko
Add the volume control quirk for avoiding the kernel warning for the Logitech HD Webcam C525 as in the similar commit 36691e1be6ec551eef4a5225f126a281f8c051c2 (ALSA: usb-audio: Fix invalid volume resolution for Logitech HD Webcam c310) for the Logitech HD Webcam C310. Reported-by: Maksim Boyko T