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

Commit cfd3113e authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda/via - Add missing stream_pm ops setup



Similar like the case for Realtek, VIA codec driver needs this ops as
well for making the widget power-save working.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent cffd3966
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -472,6 +472,7 @@ static const struct hda_codec_ops via_patch_ops = {
	.init = via_init,
	.free = via_free,
	.unsol_event = snd_hda_jack_unsol_event,
	.stream_pm = snd_hda_gen_stream_pm,
#ifdef CONFIG_PM
	.suspend = via_suspend,
	.check_power_status = via_check_power_status,