diff options
Diffstat (limited to 'include/sound/soc-dapm.h')
-rw-r--r-- | include/sound/soc-dapm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index 5881876e8f5b..78d3560fa25a 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h | |||
@@ -469,7 +469,6 @@ struct snd_soc_dapm_widget { | |||
469 | 469 | ||
470 | /* DAPM context */ | 470 | /* DAPM context */ |
471 | struct snd_soc_dapm_context { | 471 | struct snd_soc_dapm_context { |
472 | u32 pop_time; | ||
473 | struct list_head widgets; | 472 | struct list_head widgets; |
474 | struct list_head paths; | 473 | struct list_head paths; |
475 | enum snd_soc_bias_level bias_level; | 474 | enum snd_soc_bias_level bias_level; |
@@ -479,6 +478,7 @@ struct snd_soc_dapm_context { | |||
479 | 478 | ||
480 | struct device *dev; /* from parent - for debug */ | 479 | struct device *dev; /* from parent - for debug */ |
481 | struct snd_soc_codec *codec; /* parent codec */ | 480 | struct snd_soc_codec *codec; /* parent codec */ |
481 | struct snd_soc_card *card; /* parent card */ | ||
482 | #ifdef CONFIG_DEBUG_FS | 482 | #ifdef CONFIG_DEBUG_FS |
483 | struct dentry *debugfs_dapm; | 483 | struct dentry *debugfs_dapm; |
484 | #endif | 484 | #endif |