diff options
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 8064cd130356..11d59bd13886 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -718,6 +718,14 @@ struct snd_soc_card { | |||
718 | struct snd_soc_pcm_runtime *rtd_aux; | 718 | struct snd_soc_pcm_runtime *rtd_aux; |
719 | int num_aux_rtd; | 719 | int num_aux_rtd; |
720 | 720 | ||
721 | /* | ||
722 | * Card-specific routes and widgets. | ||
723 | */ | ||
724 | struct snd_soc_dapm_widget *dapm_widgets; | ||
725 | int num_dapm_widgets; | ||
726 | struct snd_soc_dapm_route *dapm_routes; | ||
727 | int num_dapm_routes; | ||
728 | |||
721 | struct work_struct deferred_resume_work; | 729 | struct work_struct deferred_resume_work; |
722 | 730 | ||
723 | /* lists of probed devices belonging to this card */ | 731 | /* lists of probed devices belonging to this card */ |