From: Takashi Iwai Date: Wed, 29 Feb 2012 08:41:17 +0000 (+0100) Subject: ALSA: hda - Always set HP pin in unsol handler for STAC/IDT codecs X-Git-Tag: firefly_0821_release~7541^2~1651 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ca32b5c30d690d299e814fa98284a00d56e72339;p=firefly-linux-kernel-4.4.55.git ALSA: hda - Always set HP pin in unsol handler for STAC/IDT codecs commit 7bff172a352a2fbe9856bba517d71a2072aab041 upstream. A bug report with an old Sony laptop showed that we can't rely on BIOS setting the pins of headphones but the driver should set always by itself. Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 43d88c724934..86706821a236 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -4589,7 +4589,7 @@ static void stac92xx_hp_detect(struct hda_codec *codec) unsigned int val = AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN; if (no_hp_sensing(spec, i)) continue; - if (presence) + if (1 /*presence*/) stac92xx_set_pinctl(codec, cfg->hp_pins[i], val); #if 0 /* FIXME */ /* Resetting the pinctl like below may lead to (a sort of) regressions