From: Lars-Peter Clausen Date: Sun, 9 Nov 2014 16:01:03 +0000 (+0100) Subject: ASoC: wm8962: Move DSP enable lock to the driver level X-Git-Tag: omap-for-v3.20/drop-legacy-3517~123^2~20^2~20^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e4199ef0105fb718b24cbcc837ad527fd60c880;p=pandora-kernel.git ASoC: wm8962: Move DSP enable lock to the driver level The wm8962 uses the snd_soc_codec mutex to protect the wm8962_dsp2_ena_put() function from concurrent execution. This patch moves that lock to the driver level. This will allow us to eventually remove the snd_soc_codec mutex. Signed-off-by: Lars-Peter Clausen Acked-by: Charles Keepax Signed-off-by: Mark Brown --- Reading git-diff-tree failed