diff options
Diffstat (limited to 'include/sound/soc-dapm.h')
-rw-r--r-- | include/sound/soc-dapm.h | 3 |
1 files changed, 3 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 |