aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sound/soc-dapm.h5
-rw-r--r--include/sound/soc.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h
index c0e7c47469fc..98783510d2f1 100644
--- a/include/sound/soc-dapm.h
+++ b/include/sound/soc-dapm.h
@@ -471,6 +471,11 @@ struct snd_soc_dapm_context {
471 struct device *dev; /* from parent - for debug */ 471 struct device *dev; /* from parent - for debug */
472 struct snd_soc_codec *codec; /* parent codec */ 472 struct snd_soc_codec *codec; /* parent codec */
473 struct snd_soc_card *card; /* parent card */ 473 struct snd_soc_card *card; /* parent card */
474
475 /* used during DAPM updates */
476 int dev_power;
477 struct list_head list;
478
474#ifdef CONFIG_DEBUG_FS 479#ifdef CONFIG_DEBUG_FS
475 struct dentry *debugfs_dapm; 480 struct dentry *debugfs_dapm;
476#endif 481#endif
diff --git a/include/sound/soc.h b/include/sound/soc.h
index d5fb8618fdba..74921f20a1d8 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -663,6 +663,7 @@ struct snd_soc_card {
663 663
664 struct list_head widgets; 664 struct list_head widgets;
665 struct list_head paths; 665 struct list_head paths;
666 struct list_head dapm_list;
666 667
667#ifdef CONFIG_DEBUG_FS 668#ifdef CONFIG_DEBUG_FS
668 struct dentry *debugfs_card_root; 669 struct dentry *debugfs_card_root;