aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/arizona/pdata.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-01-10 14:38:43 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-02-07 13:19:14 -0500
commitbbbd46e3d7fcdf1c8362bf1c83bcc08a93676cc9 (patch)
treee04d6a9cf0a59f0309d6eaae5a6be146bb5458de /include/linux/mfd/arizona/pdata.h
parent2e033db5ddf299de2ae568919d78b0258a5a6423 (diff)
extcon: arizona: Use regulated mode for microphone supply when detecting
When starting microphone detection some headsets should be exposed to the fully regulated microphone bias in order to ensure that they behave in an optimal fashion. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/linux/mfd/arizona/pdata.h')
-rw-r--r--include/linux/mfd/arizona/pdata.h3
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;