commit | d74bcaaeb66826192c9e361cbfe8fd1ffaccf74e | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Sun Nov 09 17:00:59 2014 +0100 |
committer | Mark Brown <broonie@kernel.org> | Mon Nov 10 19:07:57 2014 +0000 |
tree | 4ac29253fb66ed5644b57e65e7b1ae16c6ca3288 | |
parent | 210a5fae55c05174b8a5b571b6698626b3ae35d3 [diff] |
ASoC: wm5102: Move ultrasonic response settings lock to the driver level The wm5102 driver currently uses the snd_soc_codec mutex to protect its ultrasonic response settings from concurrent access. 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>