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 35814ced2d22..1673f0b2cf58 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h | |||
@@ -283,6 +283,7 @@ void snd_soc_dapm_shutdown(struct snd_soc_device *socdev); | |||
283 | 283 | ||
284 | /* dapm sys fs - used by the core */ | 284 | /* dapm sys fs - used by the core */ |
285 | int snd_soc_dapm_sys_add(struct device *dev); | 285 | int snd_soc_dapm_sys_add(struct device *dev); |
286 | void snd_soc_dapm_debugfs_init(struct snd_soc_codec *codec); | ||
286 | 287 | ||
287 | /* dapm audio pin control and status */ | 288 | /* dapm audio pin control and status */ |
288 | int snd_soc_dapm_enable_pin(struct snd_soc_codec *codec, const char *pin); | 289 | int snd_soc_dapm_enable_pin(struct snd_soc_codec *codec, const char *pin); |
diff --git a/include/sound/soc.h b/include/sound/soc.h index dbb1702688cd..0758a1b3ca44 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -416,6 +416,7 @@ struct snd_soc_codec { | |||
416 | #ifdef CONFIG_DEBUG_FS | 416 | #ifdef CONFIG_DEBUG_FS |
417 | struct dentry *debugfs_reg; | 417 | struct dentry *debugfs_reg; |
418 | struct dentry *debugfs_pop_time; | 418 | struct dentry *debugfs_pop_time; |
419 | struct dentry *debugfs_dapm; | ||
419 | #endif | 420 | #endif |
420 | }; | 421 | }; |
421 | 422 | ||