ALSA: hda - Remove non-working headphone control for Dell laptops
authorTakashi Iwai <tiwai@suse.de>
Fri, 19 Dec 2008 13:02:32 +0000 (14:02 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 19 Dec 2008 13:23:08 +0000 (14:23 +0100)
commit8f55c1e51fbb03998708bdd97d5b6665ab92462d
tree7fe1a0b88e59eff30531981cceed7ac85fcf5ef5
parent9e43f0de690211cf7153b5f3ec251bc315647ada
ALSA: hda - Remove non-working headphone control for Dell laptops

The previous commit re-enabled hp_nid setup for IDT92HD73*, but
it's unneeded indeed for Dell laptops that have multiple headphones.
Setting the extra hp_nid results in a non-working "Headpohne" mixer
control.  Thus hp_nid should be 0 for these dell models.

Also, the automatic addition of hp_nid should check whether it's
a dual-HP model or not.  For dual-HPs, the pins are already checked
by the early workaround.

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