This is a note to let you know that I've just added the patch titled
ALSA: usb-audio: Add quirk for Logitech Webcam C500
to the 3.13-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
alsa-usb-audio-add-quirk-for-logitech-webcam-c500.patch
and it can be found in the queue-3.13 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From e805ca8b0a9b6c91099c0eaa4b160a1196a4ae25 Mon Sep 17 00:00:00 2001
From: Takashi Iwai <[email protected]>
Date: Wed, 5 Mar 2014 12:34:39 +0100
Subject: ALSA: usb-audio: Add quirk for Logitech Webcam C500
From: Takashi Iwai <[email protected]>
commit e805ca8b0a9b6c91099c0eaa4b160a1196a4ae25 upstream.
Logitech C500 (046d:0807) needs the same workaround like other
Logitech Webcams.
Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
sound/usb/mixer.c | 1 +
1 file changed, 1 insertion(+)
--- a/sound/usb/mixer.c
+++ b/sound/usb/mixer.c
@@ -883,6 +883,7 @@ static void volume_control_quirks(struct
}
break;
+ case USB_ID(0x046d, 0x0807): /* Logitech Webcam C500 */
case USB_ID(0x046d, 0x0808):
case USB_ID(0x046d, 0x0809):
case USB_ID(0x046d, 0x081b): /* HD Webcam c310 */
Patches currently in stable-queue which might be from [email protected] are
queue-3.13/alsa-hda-fix-loud-click-noise-with-ideapad-410y.patch
queue-3.13/alsa-hda-add-automute-fix-for-another-dell-aio-model.patch
queue-3.13/alsa-hda-use-analog-beep-for-thinkpads-with-ad1984-codecs.patch
queue-3.13/alsa-usb-audio-add-quirk-for-logitech-webcam-c500.patch
queue-3.13/alsa-hda-added-inverted-digital-mic-handling-for-acer-travelmate-8371.patch
queue-3.13/alsa-hda-add-missing-loopback-merge-path-for-ad1884-1984-codecs.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html