Patch "ALSA: hda - Fix bad EAPD setup for HP machines with AD1984A" has been added to the 3.12-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

    ALSA: hda - Fix bad EAPD setup for HP machines with AD1984A

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-fix-bad-eapd-setup-for-hp-machines-with-ad1984a.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 1cd9b2f78bf29d5282e02b32f9b3ecebc5842a7c Mon Sep 17 00:00:00 2001
From: Takashi Iwai <tiwai@xxxxxxx>
Date: Mon, 2 Dec 2013 13:19:45 +0100
Subject: ALSA: hda - Fix bad EAPD setup for HP machines with AD1984A

From: Takashi Iwai <tiwai@xxxxxxx>

commit 1cd9b2f78bf29d5282e02b32f9b3ecebc5842a7c upstream.

It seems that EAPD on NID 0x16 is the only control over all outputs on
HP machines with AD1984A while turning EAPD on NID 0x12 breaks the
output.  Thus we need to avoid fiddling EAPD on NID.  As a quick
workaround, just set own_eapd_ctrl flag for the wrong EAPD, then
implement finer EAPD controls.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=66321
Signed-off-by: Takashi Iwai <tiwai@xxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

---
 sound/pci/hda/patch_analog.c |    1 +
 1 file changed, 1 insertion(+)

--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -964,6 +964,7 @@ static void ad1884_fixup_hp_eapd(struct
 	switch (action) {
 	case HDA_FIXUP_ACT_PRE_PROBE:
 		spec->gen.vmaster_mute.hook = ad1884_vmaster_hp_gpio_hook;
+		spec->gen.own_eapd_ctl = 1;
 		snd_hda_sequence_write_cache(codec, gpio_init_verbs);
 		break;
 	case HDA_FIXUP_ACT_PROBE:


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




[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]