diff options
Diffstat (limited to 'include/sound')
-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 08909ccd235b..a8768ea7571a 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -405,6 +405,8 @@ struct snd_soc_codec { | |||
405 | short reg_cache_size; | 405 | short reg_cache_size; |
406 | short reg_cache_step; | 406 | short reg_cache_step; |
407 | 407 | ||
408 | unsigned int idle_bias_off:1; /* Use BIAS_OFF instead of STANDBY */ | ||
409 | |||
408 | /* dapm */ | 410 | /* dapm */ |
409 | u32 pop_time; | 411 | u32 pop_time; |
410 | struct list_head dapm_widgets; | 412 | struct list_head dapm_widgets; |