diff options
| author | Jeeja KP <[email protected]> | 2015-11-13 19:22:13 +0530 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2015-11-18 18:46:36 +0000 |
| commit | 314038e40a62c7cdfc07aad0fe14dcd4383bc34d (patch) | |
| tree | 1e4d093a36faeb3cf4e2924d40946bd4ff6737f6 | |
| parent | 5eab6ab9c7882f63d7dd544b736293a9d2b8106c (diff) | |
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 <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
| -rw-r--r-- | sound/soc/intel/boards/skl_rt286.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, }, }; |