summaryrefslogtreecommitdiffstats
path: root/sound/soc/omap
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2014-03-12 15:27:29 +0100
committerMark Brown <broonie@linaro.org>2014-03-13 09:32:26 +0000
commite95d73c437a09e7febea18f8e998f958ef6d7a72 (patch)
treecd39304369f20cceb83f0ba352cc9cf6178334c8 /sound/soc/omap
parentf9fa2b1855a9ece2ec2a4f54b7f9131cd89257d6 (diff)
downloadop-kernel-dev-e95d73c437a09e7febea18f8e998f958ef6d7a72.zip
op-kernel-dev-e95d73c437a09e7febea18f8e998f958ef6d7a72.tar.gz
ASoC: ams-delta: Fix compile error
snd_soc_dapm_mutex_unlock() wants a pointer to the DAPM context, not the CODEC. Fixes: 03510ca07 ("ASoC: ams-delta: Update locking around use of DAPM pin API") Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/omap')
-rw-r--r--sound/soc/omap/ams-delta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/ams-delta.c b/sound/soc/omap/ams-delta.c
index 5750de1..14718cd 100644
--- a/sound/soc/omap/ams-delta.c
+++ b/sound/soc/omap/ams-delta.c
@@ -327,7 +327,7 @@ static void cx81801_close(struct tty_struct *tty)
snd_soc_dapm_sync_unlocked(dapm);
- snd_soc_dapm_mutex_unlock(codec);
+ snd_soc_dapm_mutex_unlock(dapm);
}
/* Line discipline .hangup() */
OpenPOWER on IntegriCloud