diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-01 22:25:55 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-02 14:54:07 +0400 |
commit | 7abd4e2a8f1c3e534da44c35e2d3d6353573e51f (patch) | |
tree | 11750ecd0013545a1ad35d1e9093e289db4802bc /include | |
parent | cd59e79656f4e7137909166248a935d422b1245a (diff) | |
download | linux-7abd4e2a8f1c3e534da44c35e2d3d6353573e51f.tar.xz |
extcon: arizona: Make mic detection timeout configurable
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include')
-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 3ef300baa2e6..a0f940987a3e 100644 --- a/include/linux/mfd/arizona/pdata.h +++ b/include/linux/mfd/arizona/pdata.h @@ -149,6 +149,9 @@ struct arizona_pdata { /** Mic detect debounce level */ int micd_dbtime; + /** Mic detect timeout (ms) */ + int micd_timeout; + /** Force MICBIAS on for mic detect */ bool micd_force_micbias; |