[alsa-devel] [PATCH 16/16] ALSA: VIA HDA: Update VT2002P 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 VT2002P initial verbs.
Add some hardware related verbs in VT2002P initial verbs.
Signed-off-by: Lydia Wang lydiawang@viatech.com.cn --- sound/pci/hda/patch_via.c | 4 ++++ 1 file changed, 4 insertions(+)
--- a/sound/pci/hda/patch_via.c +++ b/sound/pci/hda/patch_via.c @@ -5375,6 +5375,10 @@ };
static struct hda_verb vt2002P_volume_init_verbs[] = { + /* Hardware verbs */ + {0x1, 0xfe0, 0x4}, + {0x1, 0xfe9, 0x80}, + {0x1, 0xfe2, 0x22}, /* * Unmute ADC0-1 and set the default input to mic-in */
![](https://secure.gravatar.com/avatar/5b19e9d0e834ea10ef75803718ad564b.jpg?s=120&d=mm&r=g)
At Mon, 21 Mar 2011 15:38:38 +0800, Lydia Wang wrote:
From: Lydia Wang lydiawang@viatech.com.cn Subject: ALSA: VIA HDA: Update VT2002P initial verbs.
Add some hardware related verbs in VT2002P initial verbs.
A bit more explanation what these verbs do would be helpful...
Takashi
Signed-off-by: Lydia Wang lydiawang@viatech.com.cn
sound/pci/hda/patch_via.c | 4 ++++ 1 file changed, 4 insertions(+)
--- a/sound/pci/hda/patch_via.c +++ b/sound/pci/hda/patch_via.c @@ -5375,6 +5375,10 @@ };
static struct hda_verb vt2002P_volume_init_verbs[] = {
- /* Hardware verbs */
- {0x1, 0xfe0, 0x4},
- {0x1, 0xfe9, 0x80},
- {0x1, 0xfe2, 0x22}, /*
*/
- Unmute ADC0-1 and set the default input to mic-in
participants (2)
-
Lydia Wang
-
Takashi Iwai