aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r--include/sound/soc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 95ce0ddd36d4..5d3954774ade 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -457,7 +457,6 @@ struct snd_soc_codec {
457#ifdef CONFIG_DEBUG_FS 457#ifdef CONFIG_DEBUG_FS
458 struct dentry *debugfs_codec_root; 458 struct dentry *debugfs_codec_root;
459 struct dentry *debugfs_reg; 459 struct dentry *debugfs_reg;
460 struct dentry *debugfs_pop_time;
461 struct dentry *debugfs_dapm; 460 struct dentry *debugfs_dapm;
462#endif 461#endif
463}; 462};
@@ -592,7 +591,9 @@ struct snd_soc_card {
592 591
593#ifdef CONFIG_DEBUG_FS 592#ifdef CONFIG_DEBUG_FS
594 struct dentry *debugfs_card_root; 593 struct dentry *debugfs_card_root;
594 struct dentry *debugfs_pop_time;
595#endif 595#endif
596 u32 pop_time;
596}; 597};
597 598
598/* SoC machine DAI configuration, glues a codec and cpu DAI together */ 599/* SoC machine DAI configuration, glues a codec and cpu DAI together */