commit | 14a2212dd4bcb55a03eddaf66d62068c9cece585 | [log] [tgz] |
---|---|---|
author | Ranjani Sridharan <ranjani.sridharan@linux.intel.com> | Thu May 09 15:10:24 2019 -0500 |
committer | Mark Brown <broonie@kernel.org> | Mon May 13 12:42:41 2019 +0100 |
tree | a2f46b6a6d7979ce09d2585c46a04ca4aaee46a6 | |
parent | 5160217ba66c8eafc7479fa3439f3dc1f126d08a [diff] |
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>