diff options
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 9f306f0710df..8326fc3db1cf 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -505,6 +505,9 @@ struct snd_soc_dai_link { | |||
505 | /* codec/machine specific init - e.g. add machine controls */ | 505 | /* codec/machine specific init - e.g. add machine controls */ |
506 | int (*init)(struct snd_soc_codec *codec); | 506 | int (*init)(struct snd_soc_codec *codec); |
507 | 507 | ||
508 | /* Keep DAI active over suspend */ | ||
509 | unsigned int ignore_suspend:1; | ||
510 | |||
508 | /* Symmetry requirements */ | 511 | /* Symmetry requirements */ |
509 | unsigned int symmetric_rates:1; | 512 | unsigned int symmetric_rates:1; |
510 | 513 | ||