diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index 95a937eafb79..2fc28324351d 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h @@ -335,6 +335,8 @@ struct device; #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) +#define SND_SOC_DAPM_PRE_POST_PMU \ + (SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_POST_PMU) /* convenience event type detection */ #define SND_SOC_DAPM_EVENT_ON(e) \