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>
This commit is contained in:
Jarkko Nikula
2010-11-05 20:35:19 +02:00
committed by Mark Brown
parent ce6120cca2
commit a605215494
2 changed files with 22 additions and 0 deletions

View File

@@ -589,6 +589,10 @@ struct snd_soc_card {
struct list_head codec_dev_list;
struct list_head platform_dev_list;
struct list_head dai_dev_list;
#ifdef CONFIG_DEBUG_FS
struct dentry *debugfs_card_root;
#endif
};
/* SoC machine DAI configuration, glues a codec and cpu DAI together */