projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73b5195
)
ASoC: SOF: Intel: APL: add set_power_state() ops
author
Keyon Jie
<yang.jie@linux.intel.com>
Fri, 25 Oct 2019 22:41:02 +0000
(17:41 -0500)
committer
Mark Brown
<broonie@kernel.org>
Mon, 28 Oct 2019 14:41:37 +0000
(14:41 +0000)
Using hda_dsp_set_power_state() as set_power_state() ops for apl to do
d0ix platform configuration updates.
Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link:
https://lore.kernel.org/r/20191025224122.7718-7-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/apl.c
patch
|
blob
|
history
diff --git
a/sound/soc/sof/intel/apl.c
b/sound/soc/sof/intel/apl.c
index
15d26e8
..
7daa8eb
100644
(file)
--- a/
sound/soc/sof/intel/apl.c
+++ b/
sound/soc/sof/intel/apl.c
@@
-97,6
+97,7
@@
const struct snd_sof_dsp_ops sof_apl_ops = {
.runtime_resume = hda_dsp_runtime_resume,
.runtime_idle = hda_dsp_runtime_idle,
.set_hw_params_upon_resume = hda_dsp_set_hw_params_upon_resume,
+ .set_power_state = hda_dsp_set_power_state,
/* ALSA HW info flags */
.hw_info = SNDRV_PCM_INFO_MMAP |