diff options
Diffstat (limited to 'include/sound/soc-dapm.h')
-rw-r--r-- | include/sound/soc-dapm.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index 3717ad089486..e77c6f5a8390 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h | |||
@@ -333,6 +333,7 @@ struct snd_soc_dapm_route; | |||
333 | struct snd_soc_dapm_context; | 333 | struct snd_soc_dapm_context; |
334 | struct regulator; | 334 | struct regulator; |
335 | struct snd_soc_dapm_widget_list; | 335 | struct snd_soc_dapm_widget_list; |
336 | struct snd_soc_dapm_update; | ||
336 | 337 | ||
337 | int dapm_reg_event(struct snd_soc_dapm_widget *w, | 338 | int dapm_reg_event(struct snd_soc_dapm_widget *w, |
338 | struct snd_kcontrol *kcontrol, int event); | 339 | struct snd_kcontrol *kcontrol, int event); |
@@ -392,9 +393,11 @@ void snd_soc_dapm_shutdown(struct snd_soc_card *card); | |||
392 | 393 | ||
393 | /* external DAPM widget events */ | 394 | /* external DAPM widget events */ |
394 | int snd_soc_dapm_mixer_update_power(struct snd_soc_dapm_context *dapm, | 395 | int snd_soc_dapm_mixer_update_power(struct snd_soc_dapm_context *dapm, |
395 | struct snd_kcontrol *kcontrol, int connect); | 396 | struct snd_kcontrol *kcontrol, int connect, |
397 | struct snd_soc_dapm_update *update); | ||
396 | int snd_soc_dapm_mux_update_power(struct snd_soc_dapm_context *dapm, | 398 | int snd_soc_dapm_mux_update_power(struct snd_soc_dapm_context *dapm, |
397 | struct snd_kcontrol *kcontrol, int mux, struct soc_enum *e); | 399 | struct snd_kcontrol *kcontrol, int mux, struct soc_enum *e, |
400 | struct snd_soc_dapm_update *update); | ||
398 | 401 | ||
399 | /* dapm sys fs - used by the core */ | 402 | /* dapm sys fs - used by the core */ |
400 | int snd_soc_dapm_sys_add(struct device *dev); | 403 | int snd_soc_dapm_sys_add(struct device *dev); |