ASoC: Allow DAI links to be kept active over suspend
[safe/jmp/linux-2.6] / include / sound / soc.h
index 9f306f0..8326fc3 100644 (file)
@@ -505,6 +505,9 @@ struct snd_soc_dai_link  {
        /* codec/machine specific init - e.g. add machine controls */
        int (*init)(struct snd_soc_codec *codec);
 
+       /* Keep DAI active over suspend */
+       unsigned int ignore_suspend:1;
+
        /* Symmetry requirements */
        unsigned int symmetric_rates:1;