diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mfd/arizona/pdata.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mfd/arizona/pdata.h b/include/linux/mfd/arizona/pdata.h index 2f5f08e10b79..f8241753415c 100644 --- a/include/linux/mfd/arizona/pdata.h +++ b/include/linux/mfd/arizona/pdata.h | |||
| @@ -117,6 +117,9 @@ struct arizona_pdata { | |||
| 117 | /** Mic detect debounce level */ | 117 | /** Mic detect debounce level */ |
| 118 | int micd_dbtime; | 118 | int micd_dbtime; |
| 119 | 119 | ||
| 120 | /** Force MICBIAS on for mic detect */ | ||
| 121 | bool micd_force_micbias; | ||
| 122 | |||
| 120 | /** Headset polarity configurations */ | 123 | /** Headset polarity configurations */ |
| 121 | struct arizona_micd_config *micd_configs; | 124 | struct arizona_micd_config *micd_configs; |
| 122 | int num_micd_configs; | 125 | int num_micd_configs; |
