diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/soc-dapm.h | 1 | ||||
-rw-r--r-- | include/sound/soc.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index 17a4c17f19f5..0c159a7d211e 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h | |||
@@ -380,6 +380,7 @@ int snd_soc_dapm_force_enable_pin(struct snd_soc_dapm_context *dapm, | |||
380 | const char *pin); | 380 | const char *pin); |
381 | int snd_soc_dapm_ignore_suspend(struct snd_soc_dapm_context *dapm, | 381 | int snd_soc_dapm_ignore_suspend(struct snd_soc_dapm_context *dapm, |
382 | const char *pin); | 382 | const char *pin); |
383 | void snd_soc_dapm_auto_nc_codec_pins(struct snd_soc_codec *codec); | ||
383 | 384 | ||
384 | /* Mostly internal - should not normally be used */ | 385 | /* Mostly internal - should not normally be used */ |
385 | void dapm_mark_dirty(struct snd_soc_dapm_widget *w, const char *reason); | 386 | void dapm_mark_dirty(struct snd_soc_dapm_widget *w, const char *reason); |
diff --git a/include/sound/soc.h b/include/sound/soc.h index b21b3047e91b..737a4f4b18ff 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -815,6 +815,7 @@ struct snd_soc_card { | |||
815 | int num_dapm_widgets; | 815 | int num_dapm_widgets; |
816 | const struct snd_soc_dapm_route *dapm_routes; | 816 | const struct snd_soc_dapm_route *dapm_routes; |
817 | int num_dapm_routes; | 817 | int num_dapm_routes; |
818 | bool fully_routed; | ||
818 | 819 | ||
819 | struct work_struct deferred_resume_work; | 820 | struct work_struct deferred_resume_work; |
820 | 821 | ||