aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/arizona
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-01 14:25:55 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-02 06:54:07 -0400
commit7abd4e2a8f1c3e534da44c35e2d3d6353573e51f (patch)
tree11750ecd0013545a1ad35d1e9093e289db4802bc /include/linux/mfd/arizona
parentcd59e79656f4e7137909166248a935d422b1245a (diff)
extcon: arizona: Make mic detection timeout configurable
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/linux/mfd/arizona')
-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 3ef300baa2e6..a0f940987a3e 100644
--- a/include/linux/mfd/arizona/pdata.h
+++ b/include/linux/mfd/arizona/pdata.h
@@ -149,6 +149,9 @@ struct arizona_pdata {
149 /** Mic detect debounce level */ 149 /** Mic detect debounce level */
150 int micd_dbtime; 150 int micd_dbtime;
151 151
152 /** Mic detect timeout (ms) */
153 int micd_timeout;
154
152 /** Force MICBIAS on for mic detect */ 155 /** Force MICBIAS on for mic detect */
153 bool micd_force_micbias; 156 bool micd_force_micbias;
154 157