summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
diff options
context:
space:
mode:
authorMark Brown2011-04-28 11:57:54 +0200
committerMark Brown2011-04-28 13:09:06 +0200
commitfb257897bf20c5f0e1df584bb5b874e811651263 (patch)
tree0520b2e248d18ccfeb7c663fc9fd306ad264e899 /sound/soc/soc-core.c
parentASoC: Implement WM8962 ADC high pass filter configuration (diff)
downloadkernel-qcow2-linux-fb257897bf20c5f0e1df584bb5b874e811651263.tar.gz
kernel-qcow2-linux-fb257897bf20c5f0e1df584bb5b874e811651263.tar.xz
kernel-qcow2-linux-fb257897bf20c5f0e1df584bb5b874e811651263.zip
ASoC: Work around allmodconfig failure
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound/soc/soc-core.c')
-rw-r--r--sound/soc/soc-core.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 16be3e5cf9e7..a823654ef367 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -3868,12 +3868,16 @@ static int __init snd_soc_init(void)
pr_warn("ASoC: Failed to create platform list debugfs file\n");
#endif
+ snd_soc_util_init();
+
return platform_driver_register(&soc_driver);
}
module_init(snd_soc_init);
static void __exit snd_soc_exit(void)
{
+ snd_soc_util_exit();
+
#ifdef CONFIG_DEBUG_FS
debugfs_remove_recursive(snd_soc_debugfs_root);
#endif