diff options
author | Lydia Wang <lydiawang@viatech.com.cn> | 2011-07-08 06:28:47 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-07-08 06:37:19 -0400 |
commit | 28dc10a5f1bebfbb7cb19f588bc1652a00992402 (patch) | |
tree | 1300e97ddec61bd8891b7eb27158027404c73246 /sound/pci/hda | |
parent | 21d45d2ba97fa5bcb41b444095338dde792026d3 (diff) |
ALSA: hda - Fix output-path of VT1812 codec
For VT1812, add dac_mixer_idx for initialization.
Signed-off-by: Lydia Wang <lydiawang@viatech.com.cn>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda')
-rw-r--r-- | sound/pci/hda/patch_via.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_via.c b/sound/pci/hda/patch_via.c index d051cb53dd86..0da4f8ff5420 100644 --- a/sound/pci/hda/patch_via.c +++ b/sound/pci/hda/patch_via.c | |||
@@ -3534,6 +3534,7 @@ static int patch_vt1812(struct hda_codec *codec) | |||
3534 | spec->aa_mix_nid = 0x21; | 3534 | spec->aa_mix_nid = 0x21; |
3535 | override_mic_boost(codec, 0x2b, 0, 3, 40); | 3535 | override_mic_boost(codec, 0x2b, 0, 3, 40); |
3536 | override_mic_boost(codec, 0x29, 0, 3, 40); | 3536 | override_mic_boost(codec, 0x29, 0, 3, 40); |
3537 | spec->dac_mixer_idx = 5; | ||
3537 | 3538 | ||
3538 | /* automatic parse from the BIOS config */ | 3539 | /* automatic parse from the BIOS config */ |
3539 | err = via_parse_auto_config(codec); | 3540 | err = via_parse_auto_config(codec); |