]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix headphone-detect regression with multiple HP jacks
authorTakashi Iwai <tiwai@suse.de>
Fri, 6 Mar 2009 08:43:58 +0000 (09:43 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 6 Mar 2009 08:47:22 +0000 (09:47 +0100)
commitf5a09d7496522c69f0bef04dcb2180e5b6684db4
tree5e79da51f13af445af9ff648fd9a5c176844a0fd
parent7f879f58059341aa638a8816f5cf3c5bed38b1c7
ALSA: hda - Fix headphone-detect regression with multiple HP jacks

The recent changes over the DAC detection mechanism in patch_sigmatel.c
breaks the HP detection on the machines with multiple HP jacks.
It's basically because of the workaround to support the multi-channel
output.  Since the HP detection is more important feature, disable
the HP-swap workaroud temporarily.

Reference: Novell bnc#482052
https://bugzilla.novell.com/show_bug.cgi?id=482052

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