aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-01-10 22:25:21 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-01-10 22:25:21 +0000
commit8a9dab1a555e3f2088c68cae792dfd7e854e65e4 (patch)
treefe7bb59e0f3b3dc1d35a1e5044b10a3e9d395d86 /include/sound/soc.h
parent8b75d714a6ae6445841006ae2074dae095608c36 (diff)
downloadkernel_samsung_smdk4412-8a9dab1a555e3f2088c68cae792dfd7e854e65e4.zip
kernel_samsung_smdk4412-8a9dab1a555e3f2088c68cae792dfd7e854e65e4.tar.gz
kernel_samsung_smdk4412-8a9dab1a555e3f2088c68cae792dfd7e854e65e4.tar.bz2
ASoC: Update name of debugfs root symbol to snd_soc_
Everything else is using snd_soc_ so we should use it here too. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r--include/sound/soc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 96aadbb..c477058 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -757,7 +757,7 @@ static inline void *snd_soc_pcm_get_drvdata(struct snd_soc_pcm_runtime *rtd)
#include <sound/soc-dai.h>
#ifdef CONFIG_DEBUG_FS
-extern struct dentry *asoc_debugfs_root;
+extern struct dentry *snd_soc_debugfs_root;
#endif
#endif