diff options
Diffstat (limited to 'include/sound/wm8903.h')
-rw-r--r-- | include/sound/wm8903.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/wm8903.h b/include/sound/wm8903.h index 49bb1a844bfc..b4a0db2307ef 100644 --- a/include/sound/wm8903.h +++ b/include/sound/wm8903.h | |||
@@ -241,6 +241,8 @@ struct wm8903_platform_data { | |||
241 | */ | 241 | */ |
242 | u16 micdet_cfg; | 242 | u16 micdet_cfg; |
243 | 243 | ||
244 | int micdet_delay; /* Delay after microphone detection (ms) */ | ||
245 | |||
244 | u32 gpio_cfg[5]; /* Default register values for GPIO pin mux */ | 246 | u32 gpio_cfg[5]; /* Default register values for GPIO pin mux */ |
245 | }; | 247 | }; |
246 | 248 | ||