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

Commit 350434ee authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Fix missing initialization in alc662 auto-parser



A missing initialization resulted in wrong DAC assignments in
ALC662 (and other) auto-parsers.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 25250505
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18780,7 +18780,7 @@ static int alc662_auto_fill_dac_nids(struct hda_codec *codec)
{
	struct alc_spec *spec = codec->spec;
	const struct auto_pin_cfg *cfg = &spec->autocfg;
	bool redone;
	bool redone = false;
	int i;
 again: