summaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2014-03-12 23:03:58 +0000
committerMark Brown <broonie@linaro.org>2014-03-12 23:03:58 +0000
commit53a2c4db8cf229047de88b3f1bd41d5a5d2756eb (patch)
tree46ab33e4c837e0b893ddf8fb3817dd3f6042eb32 /include/sound/soc.h
parentda8ab21cfea80655a0f7bbbc3f2fa0975970b8cb (diff)
parentf9fa2b1855a9ece2ec2a4f54b7f9131cd89257d6 (diff)
downloadlinux-53a2c4db8cf229047de88b3f1bd41d5a5d2756eb.tar.bz2
Merge remote-tracking branch 'asoc/topic/dapm' into asoc-next
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r--include/sound/soc.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 37b470c1e127..075d7e8ba802 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -1208,4 +1208,15 @@ extern struct dentry *snd_soc_debugfs_root;
extern const struct dev_pm_ops snd_soc_pm_ops;
+/* Helper functions */
+static inline void snd_soc_dapm_mutex_lock(struct snd_soc_dapm_context *dapm)
+{
+ mutex_lock(&dapm->card->dapm_mutex);
+}
+
+static inline void snd_soc_dapm_mutex_unlock(struct snd_soc_dapm_context *dapm)
+{
+ mutex_unlock(&dapm->card->dapm_mutex);
+}
+
#endif