diff options
author | Kuninori Morimoto <[email protected]> | 2019-02-05 09:46:43 +0900 |
---|---|---|
committer | Mark Brown <[email protected]> | 2019-02-06 17:44:18 +0000 |
commit | d9111d36024de07784f2e1ba2ccf70b16035f378 (patch) | |
tree | 850dbea28a22a85b578af0182d8b9860155760bd /tools/perf/scripts/python/export-to-postgresql.py | |
parent | c16e12010060c6c7a31f08b4a99513064cb53b7d (diff) |
ASoC: rsnd: fixup rsnd_ssi_master_clk_start() user count check
commit 4d230d1271064 ("ASoC: rsnd: fixup not to call clk_get/set
under non-atomic") added new rsnd_ssi_prepare() and moved
rsnd_ssi_master_clk_start() to .prepare.
But, ssi user count (= ssi->usrcnt) is incremented at .init
(= rsnd_ssi_init()).
Because of these timing exchange, ssi->usrcnt check at
rsnd_ssi_master_clk_start() should be adjusted.
Otherwise, 2nd master clock setup will be no check.
This patch fixup this issue.
Fixes: commit 4d230d1271064 ("ASoC: rsnd: fixup not to call clk_get/set under non-atomic")
Reported-by: Yusuke Goda <[email protected]>
Reported-by: Valentine Barshak <[email protected]>
Signed-off-by: Kuninori Morimoto <[email protected]>
Tested-by: Yusuke Goda <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions