浏览代码

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: Lydia Wang <lydiawang@viatech.com.cn>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Lydia Wang 14 年之前
父节点
当前提交
aa266fccf5
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      sound/pci/hda/patch_via.c

+ 2 - 0
sound/pci/hda/patch_via.c

@@ -1200,6 +1200,8 @@ static struct hda_verb vt1708_volume_init_verbs[] = {
 	{0x20, AC_VERB_SET_CONNECT_SEL, 0},
 	{0x20, AC_VERB_SET_CONNECT_SEL, 0},
 	/* PW9 Output enable */
 	/* PW9 Output enable */
 	{0x25, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
 	{0x25, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
+	/* power down jack detect function */
+	{0x1, 0xf81, 0x1},
 	{ }
 	{ }
 };
 };