diff options
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 */ |