This is a note to let you know that I've just added the patch titled
ALSA: hda - Remove NO_PRESENCE bit override for Dell 1420n Laptop
to the 3.10-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-remove-no_presence-bit-override-for-dell-1420n-laptop.patch
and it can be found in the queue-3.10 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From f3e351eef3a7fd1e36a3e18d4f2f069b00deb23c Mon Sep 17 00:00:00 2001
From: Takashi Iwai <[email protected]>
Date: Fri, 19 Jul 2013 08:02:25 +0200
Subject: ALSA: hda - Remove NO_PRESENCE bit override for Dell 1420n Laptop
From: Takashi Iwai <[email protected]>
commit f3e351eef3a7fd1e36a3e18d4f2f069b00deb23c upstream.
The quirk for Dell laptops with STAC9228 overrides the pin default
config of NID 0x0f to the value with AC_DEFCFG_MISC_NO_PRESENCE bit
on. I'm not quite sure why this was done so, but can guess that this
was introduced for avoiding this to be muted by another headphone
plug. Now, after transition to the generic parser, this workaround
rather causes a problem (notably as unexpected speaker mutes) because
the pin is seen as if it's always plugged in.
Since the generic parser can handle multiple headphone plugging
gracefully, we can get rid of this override now.
Reported-and-tested-by: Eric Shattow <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
sound/pci/hda/patch_sigmatel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -3227,7 +3227,7 @@ static const struct hda_fixup stac927x_f
/* configure the analog microphone on some laptops */
{ 0x0c, 0x90a79130 },
/* correct the front output jack as a hp out */
- { 0x0f, 0x0227011f },
+ { 0x0f, 0x0221101f },
/* correct the front input jack as a mic */
{ 0x0e, 0x02a79130 },
{}
Patches currently in stable-queue which might be from [email protected] are
queue-3.10/alsa-hda-fix-eapd-gpio-control-for-sigmatel-codecs.patch
queue-3.10/media-saa7134-fix-unlocked-snd_pcm_stop-call.patch
queue-3.10/alsa-hda-remove-no_presence-bit-override-for-dell-1420n-laptop.patch
queue-3.10/alsa-usb-audio-6fire-return-correct-xrun-indication.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