diff options
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc-dapm.h | 3 | ||||
-rw-r--r-- | include/sound/soc.h | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index 533f9f256496..b3f789d0cee8 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h | |||
@@ -385,6 +385,9 @@ struct snd_soc_dapm_widget { | |||
385 | /* widget input and outputs */ | 385 | /* widget input and outputs */ |
386 | struct list_head sources; | 386 | struct list_head sources; |
387 | struct list_head sinks; | 387 | struct list_head sinks; |
388 | |||
389 | /* used during DAPM updates */ | ||
390 | struct list_head power_list; | ||
388 | }; | 391 | }; |
389 | 392 | ||
390 | #endif | 393 | #endif |
diff --git a/include/sound/soc.h b/include/sound/soc.h index 6ab80bf7abd2..8309ce81cf3b 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -372,6 +372,8 @@ struct snd_soc_codec { | |||
372 | enum snd_soc_bias_level bias_level; | 372 | enum snd_soc_bias_level bias_level; |
373 | enum snd_soc_bias_level suspend_bias_level; | 373 | enum snd_soc_bias_level suspend_bias_level; |
374 | struct delayed_work delayed_work; | 374 | struct delayed_work delayed_work; |
375 | struct list_head up_list; | ||
376 | struct list_head down_list; | ||
375 | 377 | ||
376 | /* codec DAI's */ | 378 | /* codec DAI's */ |
377 | struct snd_soc_dai *dai; | 379 | struct snd_soc_dai *dai; |