diff options
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 0d1ade195628..f66a1ef98a40 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -1071,11 +1071,16 @@ struct snd_soc_card { | |||
1071 | 1071 | ||
1072 | /* | 1072 | /* |
1073 | * Card-specific routes and widgets. | 1073 | * Card-specific routes and widgets. |
1074 | * Note: of_dapm_xxx for Device Tree; Otherwise for driver build-in. | ||
1074 | */ | 1075 | */ |
1075 | const struct snd_soc_dapm_widget *dapm_widgets; | 1076 | const struct snd_soc_dapm_widget *dapm_widgets; |
1076 | int num_dapm_widgets; | 1077 | int num_dapm_widgets; |
1077 | const struct snd_soc_dapm_route *dapm_routes; | 1078 | const struct snd_soc_dapm_route *dapm_routes; |
1078 | int num_dapm_routes; | 1079 | int num_dapm_routes; |
1080 | const struct snd_soc_dapm_widget *of_dapm_widgets; | ||
1081 | int num_of_dapm_widgets; | ||
1082 | const struct snd_soc_dapm_route *of_dapm_routes; | ||
1083 | int num_of_dapm_routes; | ||
1079 | bool fully_routed; | 1084 | bool fully_routed; |
1080 | 1085 | ||
1081 | struct work_struct deferred_resume_work; | 1086 | struct work_struct deferred_resume_work; |