Searched hist:"14 a2212dd4bcb55a03eddaf66d62068c9cece585" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/soc/sof/ |
H A D | pcm.c | diff 14a2212dd4bcb55a03eddaf66d62068c9cece585 Thu May 09 15:10:24 CDT 2019 Ranjani Sridharan <ranjani.sridharan@linux.intel.com> ASoC: SOF: pcm: remove runtime PM calls during pcm open/close
pm_runtime_get_sync()/pm_runtime_put_autosuspend() calls are already invoked by the ASoC core in soc_pcm_open() and soc_pcm_close(). So the SOF component driver does not need to call them again.
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
|