diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-10 22:25:21 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-10 22:25:21 +0000 |
commit | 8a9dab1a555e3f2088c68cae792dfd7e854e65e4 (patch) | |
tree | fe7bb59e0f3b3dc1d35a1e5044b10a3e9d395d86 /include/sound/soc.h | |
parent | 8b75d714a6ae6445841006ae2074dae095608c36 (diff) | |
download | talos-op-linux-8a9dab1a555e3f2088c68cae792dfd7e854e65e4.tar.gz talos-op-linux-8a9dab1a555e3f2088c68cae792dfd7e854e65e4.zip |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 96aadbba85b2..c477058ff98a 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 |