diff options
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc-dapm.h | 1 | ||||
-rw-r--r-- | include/sound/soc.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index aef975f47bad..2c1e0eed43d5 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h | |||
@@ -463,7 +463,6 @@ struct snd_soc_dapm_widget { | |||
463 | /* DAPM context */ | 463 | /* DAPM context */ |
464 | struct snd_soc_dapm_context { | 464 | struct snd_soc_dapm_context { |
465 | struct list_head widgets; | 465 | struct list_head widgets; |
466 | struct list_head paths; | ||
467 | enum snd_soc_bias_level bias_level; | 466 | enum snd_soc_bias_level bias_level; |
468 | enum snd_soc_bias_level suspend_bias_level; | 467 | enum snd_soc_bias_level suspend_bias_level; |
469 | struct delayed_work delayed_work; | 468 | struct delayed_work delayed_work; |
diff --git a/include/sound/soc.h b/include/sound/soc.h index 7e65b015f8dd..466895b627b5 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -661,6 +661,8 @@ struct snd_soc_card { | |||
661 | struct list_head platform_dev_list; | 661 | struct list_head platform_dev_list; |
662 | struct list_head dai_dev_list; | 662 | struct list_head dai_dev_list; |
663 | 663 | ||
664 | struct list_head paths; | ||
665 | |||
664 | #ifdef CONFIG_DEBUG_FS | 666 | #ifdef CONFIG_DEBUG_FS |
665 | struct dentry *debugfs_card_root; | 667 | struct dentry *debugfs_card_root; |
666 | struct dentry *debugfs_pop_time; | 668 | struct dentry *debugfs_pop_time; |