ASoC: pxa: Remove superfluous locking
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 22 Feb 2014 17:44:17 +0000 (18:44 +0100)
committerMark Brown <broonie@linaro.org>
Sun, 23 Feb 2014 01:51:05 +0000 (10:51 +0900)
commit9b87a5b0d4aad02e9dff299b63cd85930eb233d8
tree8ea69539c37d0dbdda7a64675093d345213a152c
parent38dbfb59d1175ef458d006556061adeaa8751b72
ASoC: pxa: Remove superfluous locking

The locking here was added in commit 71a295602e ("ASoC: Lock the CODEC in PXA
external jack controls") to protect the DAPM changes that are made inside of
${board}_ext_control() against concurrent updates. The ASoC core was updated in
commit a73fb2df01 ("ASoC: dapm: Use DAPM mutex for DAPM ops instead of codec
mutex") to use a card wide lock rather the CODEC mutex to protect DAPM
operations. We now have proper locking inside ${board}_ext_control() itself, so
taking the CODEC lock can be removed.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/pxa/corgi.c
sound/soc/pxa/magician.c
sound/soc/pxa/poodle.c
sound/soc/pxa/spitz.c
sound/soc/pxa/tosa.c