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

Commit 5d403b19 authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela
Browse files

[ALSA] hda-codec - Fix resume of STAC92xx codecs



Added a missing call to resume mixer controls for STAC92xx codecs.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent 81c4899f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1766,6 +1766,7 @@ static int stac92xx_resume(struct hda_codec *codec)

	stac92xx_init(codec);
	stac92xx_set_config_regs(codec);
	snd_hda_resume_ctls(codec, spec->mixer);
	for (i = 0; i < spec->num_mixers; i++)
		snd_hda_resume_ctls(codec, spec->mixers[i]);
	if (spec->multiout.dig_out_nid)