]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ALSA: hda - Fix IDT/STAC multiple HP detection
authorTakashi Iwai <tiwai@suse.de>
Wed, 12 Nov 2008 08:48:04 +0000 (09:48 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 12 Nov 2008 09:00:56 +0000 (10:00 +0100)
commitd7a8943635485597ae7c6d554a8ccf3ce5a42d2d
treeceb41ca8ba7f143d2c9d63dec0fe60abc7d59a20
parent4f1e6bc3646ab50b8181555ab7e6eeab68b8632a
ALSA: hda - Fix IDT/STAC multiple HP detection

Due to the recent change for multiple HP as line-out switch, only
one of the multiple headphons (usually a wrong one) is toggled
and the other pins are still disabled.  This causes the silent output
problem on some Dell laptops.

Also, the hp_switch check is screwed up when a line-in or a mic-in
jack exists.  This is added as an additional output, but hp_switch
check doesn't take it into account.

This patch fixes these issues: simplify hp_switch check by using
the NID instead of bool, and clean up / fix the toggle of HP pins
in unsol event handler code.

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

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