This is a note to let you know that I've just added the patch titled

    ALSA: usb-audio: Add quirk for MS LifeCam Studio

to the 4.0-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-ms-lifecam-studio.patch
and it can be found in the queue-4.0 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From fa94b0d72511add5822dc4124f2a3eae66b8863f Mon Sep 17 00:00:00 2001
From: Takashi Iwai <[email protected]>
Date: Tue, 19 May 2015 10:46:49 +0200
Subject: ALSA: usb-audio: Add quirk for MS LifeCam Studio

From: Takashi Iwai <[email protected]>

commit fa94b0d72511add5822dc4124f2a3eae66b8863f upstream.

Microsoft LifeCam Studio (045e:0772) needs a similar quirk for
suppressing the wrong sample rate inquiry.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=98481
Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 sound/usb/quirks.c |    1 +
 1 file changed, 1 insertion(+)

--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -1117,6 +1117,7 @@ bool snd_usb_get_sample_rate_quirk(struc
        switch (chip->usb_id) {
        case USB_ID(0x045E, 0x075D): /* MS Lifecam Cinema  */
        case USB_ID(0x045E, 0x076D): /* MS Lifecam HD-5000 */
+       case USB_ID(0x045E, 0x0772): /* MS Lifecam Studio */
        case USB_ID(0x04D8, 0xFEEA): /* Benchmark DAC1 Pre */
                return true;
        }


Patches currently in stable-queue which might be from [email protected] are

queue-4.0/revert-alsa-hda-add-mute-led-mode-control-to-thinkpad.patch
queue-4.0/alsa-usb-audio-add-quirk-for-ms-lifecam-hd-3000.patch
queue-4.0/alsa-usb-audio-add-quirk-for-ms-lifecam-studio.patch
queue-4.0/alsa-hda-realtek-alc292-dock-fix-for-thinkpad-l450.patch
queue-4.0/alsa-hda-add-headset-mic-quirk-for-dell-inspiron-5548.patch
queue-4.0/alsa-hda-add-conexant-codecs-cx20721-cx20722-cx20723-and-cx20724.patch
queue-4.0/alsa-hda-fix-noise-on-amd-radeon-290x-controller.patch
queue-4.0/alsa-hda-add-headphone-quirk-for-lifebook-e752.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

Reply via email to