diff options
author | Jarkko Nikula <jhnikula@gmail.com> | 2010-11-05 14:35:19 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-06 11:28:35 -0400 |
commit | a6052154944c822993d04ca8f8d8926e8b73b749 (patch) | |
tree | b39ca2870b3865f87a6d29fa7349c9fc288f06f3 /include/sound/soc.h | |
parent | ce6120cca2589ede530200c7cfe11ac9f144333c (diff) |
ASoC: Add sound card directory under debugfs/asoc/
There will be need to have sound card specific debugfs entries. This patch
introduces a new debugfs/asoc/{card->name}/ directory but does not add yet
any entries there.
Signed-off-by: Jarkko Nikula <jhnikula@gmail.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 b048e08e2cc7..95ce0ddd36d4 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -589,6 +589,10 @@ struct snd_soc_card { | |||
589 | struct list_head codec_dev_list; | 589 | struct list_head codec_dev_list; |
590 | struct list_head platform_dev_list; | 590 | struct list_head platform_dev_list; |
591 | struct list_head dai_dev_list; | 591 | struct list_head dai_dev_list; |
592 | |||
593 | #ifdef CONFIG_DEBUG_FS | ||
594 | struct dentry *debugfs_card_root; | ||
595 | #endif | ||
592 | }; | 596 | }; |
593 | 597 | ||
594 | /* SoC machine DAI configuration, glues a codec and cpu DAI together */ | 598 | /* SoC machine DAI configuration, glues a codec and cpu DAI together */ |