summaryrefslogtreecommitdiff
path: root/sound/soc/soc-dapm.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-01-25 19:53:58 (GMT)
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-01-26 16:22:45 (GMT)
commitfb644e9ce02a6965a2419325a03a9ea531840bcd (patch)
tree0b4dbf4cb7247eb67676721d037ee773732d4e84 /sound/soc/soc-dapm.c
parentd5315a23ccdf921c838d26df6360b439c8d7ac83 (diff)
downloadlinux-fsl-qoriq-fb644e9ce02a6965a2419325a03a9ea531840bcd.tar.xz
ASoC: dapm: Drop runtime PM references asynchronously
We don't really care if any action is taken immediately so let the PM core defer things if it wants to. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/soc-dapm.c')
-rw-r--r--sound/soc/soc-dapm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
index 30f9b5c..4973545 100644
--- a/sound/soc/soc-dapm.c
+++ b/sound/soc/soc-dapm.c
@@ -1285,7 +1285,7 @@ static void dapm_post_sequence_async(void *data, async_cookie_t cookie)
dev_err(d->dev, "Failed to turn off bias: %d\n", ret);
if (d->dev)
- pm_runtime_put_sync(d->dev);
+ pm_runtime_put(d->dev);
}
/* If we just powered up then move to active bias */