]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Remove NO_PRESENCE bit override for Dell 1420n Laptop
authorTakashi Iwai <tiwai@suse.de>
Fri, 19 Jul 2013 06:02:25 +0000 (08:02 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 19 Jul 2013 06:11:41 +0000 (08:11 +0200)
commitc3d0bf1e3ae6be67f3e850f8142123f988243383
tree21b904a42dfd20f8f32595b55c034b50d5f100ce
parent18b9821a2632323b9292ba40d32ba2427cd11056
ALSA: hda - Remove NO_PRESENCE bit override for Dell 1420n Laptop

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 <lucent@gmail.com>
Cc: <stable@vger.kernel.org> [v3.9+]
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_sigmatel.c