commit | 52ef6284a840bdef50b6ed505bdda014dd769cab | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Sun Nov 09 17:00:57 2014 +0100 |
committer | Mark Brown <broonie@kernel.org> | Mon Nov 10 19:07:42 2014 +0000 |
tree | 5716d6946d75fe0d4fac228ed6a754dc98a6d146 | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 [diff] |
ASoC: ab8500-codec: Move control lock to the driver level The ab8500 driver uses a driver specific lock to protect concurrent access to some of the control put/get handlers and uses the snd_soc_codec mutex for some others. This patch updates the driver to consistently use the driver specific lock for all controls. This will allow us to eventually remove the snd_soc_codec mutex. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>