diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/soc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 74921f20a1d8..96aadbba85b2 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -756,4 +756,8 @@ static inline void *snd_soc_pcm_get_drvdata(struct snd_soc_pcm_runtime *rtd) | |||
756 | 756 | ||
757 | #include <sound/soc-dai.h> | 757 | #include <sound/soc-dai.h> |
758 | 758 | ||
759 | #ifdef CONFIG_DEBUG_FS | ||
760 | extern struct dentry *asoc_debugfs_root; | ||
761 | #endif | ||
762 | |||
759 | #endif | 763 | #endif |