]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: hda - Don't reset HP pinctl in patch_sigmatel.c
authorTakashi Iwai <tiwai@suse.de>
Wed, 14 Jan 2009 06:56:51 +0000 (07:56 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 25 Jan 2009 00:41:39 +0000 (16:41 -0800)
commit3aacb5255471f7d3a50eb348aedb2a43696a529f
tree0d6b321086d5c2c69ef420f69ca4e8356597fcb1
parent115ceddb81c2836a08fd3ccb7a61ada442310753
ALSA: hda - Don't reset HP pinctl in patch_sigmatel.c

commit 8317e0b0c2234f5f1f5d54804e4093d11bc0dffa upstream.

Resetting HP pinctl at the unplugged state may cause a sort of regression
on some devices because of their wrong pin configuration.

A simple workaround is to disable the pin reset.  This is ugly and may be
not good from the power-saving POV (if any), but damn simple.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/hda/patch_sigmatel.c