[alsa-devel] [PATCH 9/9] ASoC: Intel: Skylake: Add pm ops for skl_rt286 machine
Vinod Koul
vinod.koul at intel.com
Wed Nov 11 19:46:49 CET 2015
From: Jeeja KP <jeeja.kp at intel.com>
The PM ops are required so that DAPM will suspend and resume the DSP
pipelines properly
Signed-off-by: Jeeja KP <jeeja.kp at intel.com>
Signed-off-by: Vinod Koul <vinod.koul at intel.com>
---
sound/soc/intel/boards/skl_rt286.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/intel/boards/skl_rt286.c b/sound/soc/intel/boards/skl_rt286.c
index 9c67e05a24b3..57333a476136 100644
--- a/sound/soc/intel/boards/skl_rt286.c
+++ b/sound/soc/intel/boards/skl_rt286.c
@@ -299,6 +299,7 @@ static struct platform_driver skylake_audio = {
.probe = skylake_audio_probe,
.driver = {
.name = "skl_alc286s_i2s",
+ .pm = &snd_soc_pm_ops,
},
};
--
1.9.1
More information about the Alsa-devel
mailing list