extcon: arizona: Make mic detection timeout configurable

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Mark Brown
2013-04-01 19:25:55 +01:00
parent cd59e79656
commit 7abd4e2a8f
2 changed files with 13 additions and 3 deletions

View File

@@ -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;