This is a note to let you know that I've just added the patch titled ALSA: hda - Another fixup for ASUS laptop with ALC660 codec to the 3.12-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-hda-another-fixup-for-asus-laptop-with-alc660-codec.patch and it can be found in the queue-3.12 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From e7ca237bfcf6a288702cb95e94ab94f642ccad88 Mon Sep 17 00:00:00 2001 From: Takashi Iwai <tiwai@xxxxxxx> Date: Mon, 2 Dec 2013 15:27:19 +0100 Subject: ALSA: hda - Another fixup for ASUS laptop with ALC660 codec From: Takashi Iwai <tiwai@xxxxxxx> commit e7ca237bfcf6a288702cb95e94ab94f642ccad88 upstream. ASUS Z35HL laptop also needs the very same fix as the previous one that was applied to ASUS W7J. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=66231 Signed-off-by: Takashi Iwai <tiwai@xxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- sound/pci/hda/patch_realtek.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -4331,6 +4331,7 @@ static const struct hda_fixup alc861_fix static const struct snd_pci_quirk alc861_fixup_tbl[] = { SND_PCI_QUIRK(0x1043, 0x1253, "ASUS W7J", ALC660_FIXUP_ASUS_W7J), + SND_PCI_QUIRK(0x1043, 0x1263, "ASUS Z35HL", ALC660_FIXUP_ASUS_W7J), SND_PCI_QUIRK(0x1043, 0x1393, "ASUS A6Rp", ALC861_FIXUP_ASUS_A6RP), SND_PCI_QUIRK_VENDOR(0x1043, "ASUS laptop", ALC861_FIXUP_AMP_VREF_0F), SND_PCI_QUIRK(0x1462, 0x7254, "HP DX2200", ALC861_FIXUP_NO_JACK_DETECT), Patches currently in stable-queue which might be from tiwai@xxxxxxx are queue-3.12/alsa-hda-fix-bad-eapd-setup-for-hp-machines-with-ad1984a.patch queue-3.12/alsa-hda-add-mono-speaker-quirk-for-dell-inspiron-5439.patch queue-3.12/alsa-hda-fix-silent-output-on-asus-w7j-laptop.patch queue-3.12/alsa-hda-fix-headset-mic-input-after-muted-internal-mic-dell-realtek.patch queue-3.12/alsa-hda-fix-silent-output-on-macbook-air-2-1.patch queue-3.12/alsa-hda-use-always-amps-for-auto-mute-on-ad1986a-codec.patch queue-3.12/alsa-hda-another-fixup-for-asus-laptop-with-alc660-codec.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html