]> git.baikalelectronics.ru Git - kernel.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)
committerTakashi Iwai <tiwai@suse.de>
Wed, 14 Jan 2009 07:00:49 +0000 (08:00 +0100)
commitdc4bccfbb91f079a811fac7edbb4dccaa976ec4d
tree139d3bd041b39a77a100a41b56ae4be62332f8c2
parent8a537a2349ca226c36961dd3dfae1eea6adad32d
ALSA: hda - Don't reset HP pinctl in patch_sigmatel.c

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>
Cc: stable@kernel.org
sound/pci/hda/patch_sigmatel.c