]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/sound/soc-dapm.h
bna: Brocade 10Gb Ethernet device driver
[mirror_ubuntu-artful-kernel.git] / include / sound / soc-dapm.h
index 66ff4c124dbdd9c9e38ae103fc6f97343b1cee59..c5d9987bc897adc5ec87a06ec57cadf2fd627471 100644 (file)
 #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_PRE_POST_PMD \
+                               (SND_SOC_DAPM_PRE_PMD | SND_SOC_DAPM_POST_PMD)
 
 /* convenience event type detection */
 #define SND_SOC_DAPM_EVENT_ON(e)       \