瀏覽代碼

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: Takashi Iwai <tiwai@suse.de>
Takashi Iwai 10 年之前
父節點
當前提交
cfd3113e7c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      sound/pci/hda/patch_via.c

+ 1 - 0
sound/pci/hda/patch_via.c

@@ -472,6 +472,7 @@ static const struct hda_codec_ops via_patch_ops = {
 	.init = via_init,
 	.init = via_init,
 	.free = via_free,
 	.free = via_free,
 	.unsol_event = snd_hda_jack_unsol_event,
 	.unsol_event = snd_hda_jack_unsol_event,
+	.stream_pm = snd_hda_gen_stream_pm,
 #ifdef CONFIG_PM
 #ifdef CONFIG_PM
 	.suspend = via_suspend,
 	.suspend = via_suspend,
 	.check_power_status = via_check_power_status,
 	.check_power_status = via_check_power_status,