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>
This commit is contained in:
Mark Brown
2011-01-10 22:25:21 +00:00
parent 8b75d714a6
commit 8a9dab1a55
4 changed files with 15 additions and 14 deletions

View File

@ -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