Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68a6abd9 authored by Tobin Davis's avatar Tobin Davis Committed by Jaroslav Kysela
Browse files

[ALSA] hda-codec - Fix headphone output for some Intel 945 systems



This patch enables headphone output at initialization for Intel
945 based systems that don't have proper detection circuitry.

Signed-off-by: default avatarTobin Davis <tobinx.b.davis@intel.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent 2aaeee8b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1143,6 +1143,8 @@ static int stac92xx_init(struct hda_codec *codec)
				STAC_UNSOL_ENABLE);
		/* fake event to set up pins */
		codec->patch_ops.unsol_event(codec, STAC_HP_EVENT << 26);
		/* enable the headphones by default.  If/when unsol_event detection works, this will be ignored */
		stac92xx_auto_init_hp_out(codec);
	} else {
		stac92xx_auto_init_multi_out(codec);
		stac92xx_auto_init_hp_out(codec);