Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28dc10a5 authored by Lydia Wang's avatar Lydia Wang Committed by Takashi Iwai
Browse files

ALSA: hda - Fix output-path of VT1812 codec



For VT1812, add dac_mixer_idx for initialization.

Signed-off-by: default avatarLydia Wang <lydiawang@viatech.com.cn>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 21d45d2b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -3534,6 +3534,7 @@ static int patch_vt1812(struct hda_codec *codec)
	spec->aa_mix_nid = 0x21;
	spec->aa_mix_nid = 0x21;
	override_mic_boost(codec, 0x2b, 0, 3, 40);
	override_mic_boost(codec, 0x2b, 0, 3, 40);
	override_mic_boost(codec, 0x29, 0, 3, 40);
	override_mic_boost(codec, 0x29, 0, 3, 40);
	spec->dac_mixer_idx = 5;


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