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

Commit 0623a889 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Add missing alc_inv_dmic_sync() call in alc269_resume()



As some of ALC269 quirks use the inverted dmic feature, we need to
call alc_inv_dmic_sync() in the resume callback like in alc_resume(),
too.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 58e22201
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2603,6 +2603,7 @@ static int alc269_resume(struct hda_codec *codec)

	snd_hda_codec_resume_amp(codec);
	snd_hda_codec_resume_cache(codec);
	alc_inv_dmic_sync(codec, true);
	hda_call_check_power_status(codec, 0x01);
	return 0;
}