diff options
Diffstat (limited to 'include/sound/wm8993.h')
| -rw-r--r-- | include/sound/wm8993.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/sound/wm8993.h b/include/sound/wm8993.h index 9c661f2f8cd..8016fd826f5 100644 --- a/include/sound/wm8993.h +++ b/include/sound/wm8993.h @@ -32,11 +32,15 @@ struct wm8993_platform_data { unsigned int lineout1fb:1; unsigned int lineout2fb:1; + /* Delay to add for microphones to stabalise after power up */ + int micbias1_delay; + int micbias2_delay; + /* Microphone biases: 0=0.9*AVDD1 1=0.65*AVVD1 */ unsigned int micbias1_lvl:1; unsigned int micbias2_lvl:1; - /* Jack detect threashold levels, see datasheet for values */ + /* Jack detect threshold levels, see datasheet for values */ unsigned int jd_scthr:2; unsigned int jd_thr:2; }; |
