diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-10 17:25:21 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-10 17:25:21 -0500 |
commit | 8a9dab1a555e3f2088c68cae792dfd7e854e65e4 (patch) | |
tree | fe7bb59e0f3b3dc1d35a1e5044b10a3e9d395d86 /include/sound/soc.h | |
parent | 8b75d714a6ae6445841006ae2074dae095608c36 (diff) |
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) | |||
757 | #include <sound/soc-dai.h> | 757 | #include <sound/soc-dai.h> |
758 | 758 | ||
759 | #ifdef CONFIG_DEBUG_FS | 759 | #ifdef CONFIG_DEBUG_FS |
760 | extern struct dentry *asoc_debugfs_root; | 760 | extern struct dentry *snd_soc_debugfs_root; |
761 | #endif | 761 | #endif |
762 | 762 | ||
763 | #endif | 763 | #endif |