Skip to content

Commit

Permalink
ALSA: hda - Fix output-path of VT1812 codec
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lydia Wang authored and Takashi Iwai committed Jul 8, 2011
1 parent 21d45d2 commit 28dc10a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/hda/patch_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -3534,6 +3534,7 @@ static int patch_vt1812(struct hda_codec *codec)
spec->aa_mix_nid = 0x21;
override_mic_boost(codec, 0x2b, 0, 3, 40);
override_mic_boost(codec, 0x29, 0, 3, 40);
spec->dac_mixer_idx = 5;

/* automatic parse from the BIOS config */
err = via_parse_auto_config(codec);
Expand Down

0 comments on commit 28dc10a

Please sign in to comment.