commit | 168d10e74c4efd945a37adeb134f096505e62b49 | [log] [tgz] |
---|---|---|
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | Tue Dec 08 16:08:27 2015 +0000 |
committer | Mark Brown <broonie@kernel.org> | Sat Dec 12 22:43:21 2015 +0000 |
tree | 55eba8c02305ea8477c707cff700b122b57b433e | |
parent | 7585a5b0ab5511376f032e421f7de72fe7e160d5 [diff] |
ASoC: wm_adsp: Add locking to DSP firmware controls Locking is currently missing from the DSP firmware controls, which can lead to some race conditions if the controls are accessed as the DSP powers up or down. This patch adds them to the new power lock. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>