From: Lars-Peter Clausen Date: Sun, 9 Nov 2014 16:00:57 +0000 (+0100) Subject: ASoC: ab8500-codec: Move control lock to the driver level X-Git-Tag: omap-for-v3.20/drop-legacy-3517~123^2~20^2~20^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52ef6284a840bdef50b6ed505bdda014dd769cab;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed