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

Commit aa266fcc authored by Lydia Wang's avatar Lydia Wang Committed by Takashi Iwai
Browse files

ALSA: hda - VIA: Update VT1708 initial verbs



Add a verb of power down jack detect in VT1708 initial verbs.
This verb is used to avoid noise caused by hardware issue.

Signed-off-by: default avatarLydia Wang <lydiawang@viatech.com.cn>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 27439ce7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1200,6 +1200,8 @@ static struct hda_verb vt1708_volume_init_verbs[] = {
	{0x20, AC_VERB_SET_CONNECT_SEL, 0},
	/* PW9 Output enable */
	{0x25, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
	/* power down jack detect function */
	{0x1, 0xf81, 0x1},
	{ }
};