aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-06-17 17:20:16 +0100
committerMark Brown <broonie@linaro.org>2013-06-17 17:20:16 +0100
commit70fe99d8dbbcff8b61b613e738e9d133ed2d2b15 (patch)
treeae5c0095908c5f68d912268d97d4e962f2ab1283 /include/sound
parentMerge remote-tracking branch 'asoc/topic/blackfin' into asoc-next (diff)
parentASoC: Fix early event callback list iteration (diff)
downloadlinux-dev-70fe99d8dbbcff8b61b613e738e9d133ed2d2b15.tar.xz
linux-dev-70fe99d8dbbcff8b61b613e738e9d133ed2d2b15.zip
Merge remote-tracking branch 'asoc/topic/core' into asoc-next
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc-dapm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h
index 385c6329a967..69e8e0799d4d 100644
--- a/include/sound/soc-dapm.h
+++ b/include/sound/soc-dapm.h
@@ -311,6 +311,8 @@ struct device;
#define SND_SOC_DAPM_POST_PMD 0x8 /* after widget power down */
#define SND_SOC_DAPM_PRE_REG 0x10 /* before audio path setup */
#define SND_SOC_DAPM_POST_REG 0x20 /* after audio path setup */
+#define SND_SOC_DAPM_WILL_PMU 0x40 /* called at start of sequence */
+#define SND_SOC_DAPM_WILL_PMD 0x80 /* called at start of sequence */
#define SND_SOC_DAPM_PRE_POST_PMD \
(SND_SOC_DAPM_PRE_PMD | SND_SOC_DAPM_POST_PMD)