]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ALSA: hda - Fix line-out jack handling with STAC/IDT codec
authorTakashi Iwai <tiwai@suse.de>
Tue, 4 Aug 2009 11:40:54 +0000 (13:40 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 4 Aug 2009 11:40:54 +0000 (13:40 +0200)
commit16ffe32c773dab387cfc5e6bdf181367ff944376
tree468527b07ff2c340b9e4c1636dfb94bcf421232a
parent15cfa2b3db8b64d4e66d36fb88d21bae9ea3dfba
ALSA: hda - Fix line-out jack handling with STAC/IDT codec

When the line-out jack is plugged/unplugged, the driver needs to check
the headphone plug, not only the line-out jack itself.  Otherwise the
headphone or the speaker may be wrongly muted/unmuted.

As a result, both STAC_HP_EVENT and STAC_LO_EVENT need to call the
same function, stac92xx_hp_detect().

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