diff options
author | Liam Girdwood <lrg@ti.com> | 2012-04-25 07:12:50 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-26 12:48:19 -0400 |
commit | f86dcef87b771935c223334324a93c1d71f7a84c (patch) | |
tree | 06af2bd5a2da54c323acddace8a603bf9475c489 /include/sound/soc.h | |
parent | 01d7584cd2e5a93a2b959c9dddaa0d93ec205404 (diff) |
ASoC: dpcm: Add debugFS support for DPCM
Add debugFS files for DPCM link management information.
Signed-off-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound/soc.h')
-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 78aec854b6a1..bbe6a5e1ac12 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -957,6 +957,10 @@ struct snd_soc_pcm_runtime { | |||
957 | struct snd_soc_dai *cpu_dai; | 957 | struct snd_soc_dai *cpu_dai; |
958 | 958 | ||
959 | struct delayed_work delayed_work; | 959 | struct delayed_work delayed_work; |
960 | #ifdef CONFIG_DEBUG_FS | ||
961 | struct dentry *debugfs_dpcm_root; | ||
962 | struct dentry *debugfs_dpcm_state; | ||
963 | #endif | ||
960 | }; | 964 | }; |
961 | 965 | ||
962 | /* mixer control */ | 966 | /* mixer control */ |