diff options
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 1f741cb24f33..a5ef14f06124 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -886,6 +886,10 @@ struct snd_soc_dai_link { | |||
886 | /* This DAI link can route to other DAI links at runtime (Frontend)*/ | 886 | /* This DAI link can route to other DAI links at runtime (Frontend)*/ |
887 | unsigned int dynamic:1; | 887 | unsigned int dynamic:1; |
888 | 888 | ||
889 | /* DPCM capture and Playback support */ | ||
890 | unsigned int dpcm_capture:1; | ||
891 | unsigned int dpcm_playback:1; | ||
892 | |||
889 | /* pmdown_time is ignored at stop */ | 893 | /* pmdown_time is ignored at stop */ |
890 | unsigned int ignore_pmdown_time:1; | 894 | unsigned int ignore_pmdown_time:1; |
891 | 895 | ||