diff options
| author | Dmytro Prokopchuk <[email protected]> | 2018-09-21 04:59:59 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2018-09-21 10:03:54 -0700 |
| commit | 624d1a7cd8991e33dad96ab4629a52c412540e65 (patch) | |
| tree | d3df916e4d21553cd9b577808eb72c7c3a9f5a00 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | c78d42c7fbd6f2a27a665bcd1ab60c9df617f7c9 (diff) | |
ASoC: rsnd: fixup SSI clock during suspend/resume modes
Prepare <-> Cleanup functions pair has balanced calls.
But in case of suspend mode no call to rsnd_soc_dai_shutdown()
function, so cleanup isn't called. OTOH during resume mode
function rsnd_soc_dai_prepare() is called, but calling
rsnd_ssi_prepare() is skipped (rsnd_status_update() returns zero,
bacause was not cleanup before).
We need to call rsnd_ssi_prepare(), because it enables SSI clocks
by calling rsnd_ssi_master_clk_start().
This patch allows to call prepare/cleanup functions always.
Signed-off-by: Dmytro Prokopchuk <[email protected]>
Tested-by: Hiroyuki Yokoyama <[email protected]>
[kuninori: adjusted to upstream]
Signed-off-by: Kuninori Morimoto <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions