ASoC: dapm: Add unlocked version of snd_soc_dapm_sync
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Tue, 18 Feb 2014 15:22:15 +0000 (15:22 +0000)
committerMark Brown <broonie@linaro.org>
Thu, 20 Feb 2014 10:22:24 +0000 (19:22 +0900)
commit3eb29dfb3d3bd4b600370007b96c3c675fb97aa7
tree8fa691f7e686fdcf7f38a41e93540bb1b55802fe
parentf6d5e586b416746664c01ab5d4b19ed5e2d1cbaa
ASoC: dapm: Add unlocked version of snd_soc_dapm_sync

We will often call sync after several functions that require the DAPM
mutex to be held. Rather than release and immediately relock the mutex
provide an unlocked function for this situation.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
include/sound/soc-dapm.h
sound/soc/soc-dapm.c
This page took 0.026812 seconds and 5 git commands to generate.