diff options
Diffstat (limited to 'include/linux/mfd/arizona/pdata.h')
-rw-r--r-- | include/linux/mfd/arizona/pdata.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/mfd/arizona/pdata.h b/include/linux/mfd/arizona/pdata.h index 1789cb0f4f17..f6722677e6d0 100644 --- a/include/linux/mfd/arizona/pdata.h +++ b/include/linux/mfd/arizona/pdata.h | |||
@@ -156,7 +156,10 @@ struct arizona_pdata { | |||
156 | /** MICBIAS configurations */ | 156 | /** MICBIAS configurations */ |
157 | struct arizona_micbias micbias[ARIZONA_MAX_MICBIAS]; | 157 | struct arizona_micbias micbias[ARIZONA_MAX_MICBIAS]; |
158 | 158 | ||
159 | /** Mode of input structures */ | 159 | /** |
160 | * Mode of input structures | ||
161 | * One of the ARIZONA_INMODE_xxx values | ||
162 | */ | ||
160 | int inmode[ARIZONA_MAX_INPUT]; | 163 | int inmode[ARIZONA_MAX_INPUT]; |
161 | 164 | ||
162 | /** Mode for outputs */ | 165 | /** Mode for outputs */ |