diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mfd/wm8994/pdata.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mfd/wm8994/pdata.h b/include/linux/mfd/wm8994/pdata.h index 9eab263658b..06869466b7f 100644 --- a/include/linux/mfd/wm8994/pdata.h +++ b/include/linux/mfd/wm8994/pdata.h | |||
| @@ -103,6 +103,11 @@ struct wm8994_pdata { | |||
| 103 | unsigned int lineout1fb:1; | 103 | unsigned int lineout1fb:1; |
| 104 | unsigned int lineout2fb:1; | 104 | unsigned int lineout2fb:1; |
| 105 | 105 | ||
| 106 | /* IRQ for microphone detection if brought out directly as a | ||
| 107 | * signal. | ||
| 108 | */ | ||
| 109 | int micdet_irq; | ||
| 110 | |||
| 106 | /* Microphone biases: 0=0.9*AVDD1 1=0.65*AVVD1 */ | 111 | /* Microphone biases: 0=0.9*AVDD1 1=0.65*AVVD1 */ |
| 107 | unsigned int micbias1_lvl:1; | 112 | unsigned int micbias1_lvl:1; |
| 108 | unsigned int micbias2_lvl:1; | 113 | unsigned int micbias2_lvl:1; |
