[alsa-devel] [PATCH 14/16] ALSA: VIA HDA: Update VT1708 initial verbs
![](https://secure.gravatar.com/avatar/a41f7f14ae3aec66de6638c1cc4cdf4b.jpg?s=120&d=mm&r=g)
From: Lydia Wang lydiawang@viatech.com.cn Subject: ALSA: VIA HDA: Update VT1708 initial verbs.
Add a verb of power down jack detect function in VT1708 initial verbs.
Signed-off-by: Lydia Wang lydiawang@viatech.com.cn --- sound/pci/hda/patch_via.c | 2 ++ 1 file changed, 2 insertions(+)
--- a/sound/pci/hda/patch_via.c +++ b/sound/pci/hda/patch_via.c @@ -1205,6 +1205,8 @@ {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}, { } };
![](https://secure.gravatar.com/avatar/5b19e9d0e834ea10ef75803718ad564b.jpg?s=120&d=mm&r=g)
At Mon, 21 Mar 2011 15:36:51 +0800, Lydia Wang wrote:
From: Lydia Wang lydiawang@viatech.com.cn Subject: ALSA: VIA HDA: Update VT1708 initial verbs.
Add a verb of power down jack detect function in VT1708 initial verbs.
For which reason?
thanks,
Takashi
Signed-off-by: Lydia Wang lydiawang@viatech.com.cn
sound/pci/hda/patch_via.c | 2 ++ 1 file changed, 2 insertions(+)
--- a/sound/pci/hda/patch_via.c +++ b/sound/pci/hda/patch_via.c @@ -1205,6 +1205,8 @@ {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}, { }
};
participants (2)
-
Lydia Wang
-
Takashi Iwai