summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLiam Girdwood <lrg@slimlogic.co.uk>2010-08-05 11:10:06 +0100
committerBryan Wu <bryan.wu@canonical.com>2010-08-26 21:43:38 +0800
commitbfa1b0d08fcf939cf9f6c3771cb92b0e70a2eaa1 (patch)
tree8434ebd3f36d299bfba41fefad6ce01739101a58 /include
parent248887e53134a5a53f3131911e8dfca6735cf18a (diff)
ASoC: core - platform debug_fs support
Add platform component debig_fs support to ASoC core. Signed-off-by: Margarita Olaya Cabrera <magi.olaya@ti.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/sound/soc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 76ebf374bade..4d1da1b4d23c 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -549,6 +549,11 @@ struct snd_soc_platform {
/* dapm */
struct snd_soc_dapm_context *dapm;
+
+#ifdef CONFIG_DEBUG_FS
+ struct dentry *debugfs_platform_root;
+ struct dentry *debugfs_dapm;
+#endif
};
struct snd_soc_dai_link {