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