diff options
author | Mark Brown <broonie@linaro.org> | 2013-06-17 18:20:16 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-06-17 18:20:16 +0200 |
commit | 70fe99d8dbbcff8b61b613e738e9d133ed2d2b15 (patch) | |
tree | ae5c0095908c5f68d912268d97d4e962f2ab1283 /include/sound | |
parent | Merge remote-tracking branch 'asoc/topic/blackfin' into asoc-next (diff) | |
parent | ASoC: Fix early event callback list iteration (diff) | |
download | linux-70fe99d8dbbcff8b61b613e738e9d133ed2d2b15.tar.xz linux-70fe99d8dbbcff8b61b613e738e9d133ed2d2b15.zip |
Merge remote-tracking branch 'asoc/topic/core' into asoc-next
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc-dapm.h | 2 |
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) |