commit | fabfad2f8b23529722c6ef5b3537c457e63d2c82 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Sun Nov 09 17:01:02 2014 +0100 |
committer | Mark Brown <broonie@kernel.org> | Mon Nov 10 19:08:22 2014 +0000 |
tree | 7328cbf46314fff70aacfe9089c3b74ee6285cd4 | |
parent | 78660af7ba30e9d2cc9614465c8b65b3c85f49a9 [diff] |
ASoC: wm8958: Move DSP firmware lock to driver level The wm8958 driver uses the snd_soc_codec mutex to protect the various firmware pointers from concurrent assignment. This patch moves this lock to the driver level. This will allow us to eventually remove the snd_soc_codec mutex. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>