diff mbox

[9/9] ASoC: Intel: Skylake: Add pm ops for skl_rt286 machine

Message ID 1447267609-27816-10-git-send-email-vinod.koul@intel.com (mailing list archive)
State Accepted
Commit 314038e40a62c7cdfc07aad0fe14dcd4383bc34d
Headers show

Commit Message

Vinod Koul Nov. 11, 2015, 6:46 p.m. UTC
From: Jeeja KP <jeeja.kp@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@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
---
 sound/soc/intel/boards/skl_rt286.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

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,
 	},
 };