Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[deliverable/linux.git] / include / linux / mfd / arizona / pdata.h
index ec3e2a2a6d77a9a16c8916f63783dc2e0822036e..96d64f2b8d781393b5566bf1bacf2a6a6b669e09 100644 (file)
@@ -105,9 +105,30 @@ struct arizona_pdata {
         */
        int max_channels_clocked[ARIZONA_MAX_AIF];
 
+       /** GPIO5 is used for jack detection */
+       bool jd_gpio5;
+
+       /** Use the headphone detect circuit to identify the accessory */
+       bool hpdet_acc_id;
+
+       /** GPIO used for mic isolation with HPDET */
+       int hpdet_id_gpio;
+
        /** GPIO for mic detection polarity */
        int micd_pol_gpio;
 
+       /** Mic detect ramp rate */
+       int micd_bias_start_time;
+
+       /** Mic detect sample rate */
+       int micd_rate;
+
+       /** Mic detect debounce level */
+       int micd_dbtime;
+
+       /** Force MICBIAS on for mic detect */
+       bool micd_force_micbias;
+
        /** Headset polarity configurations */
        struct arizona_micd_config *micd_configs;
        int num_micd_configs;
This page took 0.032667 seconds and 5 git commands to generate.