commit | bb24ee411ae949eaffe24c6be2b3d87f271507b5 | [log] [tgz] |
---|---|---|
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | Tue Jan 24 11:43:59 2017 +0000 |
committer | Mark Brown <broonie@kernel.org> | Tue Jan 24 12:14:36 2017 +0000 |
tree | 7a4fc04c3c8b9bb511ac792763a22a46dcabb746 | |
parent | af813a6fd8740537bfa5801768e90cc95d9262a3 [diff] |
ASoC: wm_adsp: Correct some missing locking The recent refactoring overlooked some places which should be covered by the pwr_lock, all code that affects or depends on the power status of the DSP should be covered, this patch adds the missing coverage. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>