From: Jeeja KP Date: Fri, 13 Nov 2015 13:52:13 +0000 (+0530) Subject: ASoC: Intel: Skylake: Add pm ops for skl_rt286 machine X-Git-Tag: v4.5-rc1~80^2~26^2~1^2~6^4~61 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=314038e40a62c7cdfc07aad0fe14dcd4383bc34d;p=karo-tx-linux.git ASoC: Intel: Skylake: Add pm ops for skl_rt286 machine The PM ops are required so that DAPM will suspend and resume the DSP pipelines properly Signed-off-by: Jeeja KP Signed-off-by: Vinod Koul Signed-off-by: Mark Brown --- 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, }, };