diff options
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index cb6b18b6eece..6ce3e573fb40 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -888,6 +888,9 @@ static inline void snd_soc_initialize_card_lists(struct snd_soc_card *card) | |||
888 | INIT_LIST_HEAD(&card->dapm_list); | 888 | INIT_LIST_HEAD(&card->dapm_list); |
889 | } | 889 | } |
890 | 890 | ||
891 | int snd_soc_util_init(void); | ||
892 | void snd_soc_util_exit(void); | ||
893 | |||
891 | #include <sound/soc-dai.h> | 894 | #include <sound/soc-dai.h> |
892 | 895 | ||
893 | #ifdef CONFIG_DEBUG_FS | 896 | #ifdef CONFIG_DEBUG_FS |