projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eab6ab
)
ASoC: Intel: Skylake: Add pm ops for skl_rt286 machine
author
Jeeja KP
<jeeja.kp@intel.com>
Fri, 13 Nov 2015 13:52:13 +0000
(19:22 +0530)
committer
Mark Brown
<broonie@kernel.org>
Wed, 18 Nov 2015 18:46:36 +0000
(18:46 +0000)
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>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/skl_rt286.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/boards/skl_rt286.c
b/sound/soc/intel/boards/skl_rt286.c
index 9c67e05a24b3a977292614561fc7dbe0f0c4ce83..57333a476136acc34b745fb559421a2310cac770 100644
(file)
--- 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,
},
};