diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-04-28 11:57:54 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-04-28 13:09:06 +0200 |
commit | fb257897bf20c5f0e1df584bb5b874e811651263 (patch) | |
tree | 0520b2e248d18ccfeb7c663fc9fd306ad264e899 /sound/soc/soc-core.c | |
parent | ASoC: Implement WM8962 ADC high pass filter configuration (diff) | |
download | linux-fb257897bf20c5f0e1df584bb5b874e811651263.tar.xz 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.c | 4 |
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 |