aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-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 0fc26a480be3..7c0878778357 100644
--- a/include/linux/mfd/arizona/pdata.h
+++ b/include/linux/mfd/arizona/pdata.h
@@ -99,6 +99,9 @@ struct arizona_pdata {
99 /** GPIO5 is used for jack detection */ 99 /** GPIO5 is used for jack detection */
100 bool jd_gpio5; 100 bool jd_gpio5;
101 101
102 /** Use the headphone detect circuit to identify the accessory */
103 bool hpdet_acc_id;
104
102 /** GPIO for mic detection polarity */ 105 /** GPIO for mic detection polarity */
103 int micd_pol_gpio; 106 int micd_pol_gpio;
104 107