diff options
author | Richard Fitzgerald <rf@opensource.cirrus.com> | 2024-03-07 14:02:27 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-03-07 17:34:39 +0300 |
commit | f193957b0fbbba397c8bddedf158b3bf7e4850fc (patch) | |
tree | d00acfc90ecc5329579bb5756c2281f5a5735cf8 /tools/perf/scripts/python/task-analyzer.py | |
parent | 96e202f8c52ac49452f83317cf3b34cd1ad81e18 (diff) | |
download | linux-f193957b0fbbba397c8bddedf158b3bf7e4850fc.tar.xz |
ASoC: wm_adsp: Fix missing mutex_lock in wm_adsp_write_ctl()
wm_adsp_write_ctl() must hold the pwr_lock mutex when calling
cs_dsp_get_ctl().
This was previously partially fixed by commit 781118bc2fc1
("ASoC: wm_adsp: Fix missing locking in wm_adsp_[read|write]_ctl()")
but this only put locking around the call to cs_dsp_coeff_write_ctrl(),
missing the call to cs_dsp_get_ctl().
Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Fixes: 781118bc2fc1 ("ASoC: wm_adsp: Fix missing locking in wm_adsp_[read|write]_ctl()")
Link: https://msgid.link/r/20240307110227.41421-1-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions