diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-04-28 05:57:54 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-04-28 07:09:06 -0400 |
commit | fb257897bf20c5f0e1df584bb5b874e811651263 (patch) | |
tree | 0520b2e248d18ccfeb7c663fc9fd306ad264e899 /include/sound/soc.h | |
parent | 6be449e53dc3593ec69308d972a9fab852fb9bf1 (diff) |
ASoC: Work around allmodconfig failure
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'include/sound/soc.h')
-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 |