ASoC: wm_adsp: Correct some missing locking
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Tue, 24 Jan 2017 11:43:59 +0000 (11:43 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 24 Jan 2017 12:14:36 +0000 (12:14 +0000)
commitbb24ee411ae949eaffe24c6be2b3d87f271507b5
tree7a4fc04c3c8b9bb511ac792763a22a46dcabb746
parentaf813a6fd8740537bfa5801768e90cc95d9262a3
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>
sound/soc/codecs/wm_adsp.c