diff options
Diffstat (limited to 'include/sound/wm8962.h')
-rw-r--r-- | include/sound/wm8962.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/wm8962.h b/include/sound/wm8962.h index f70258e3471c..cc32aff53222 100644 --- a/include/sound/wm8962.h +++ b/include/sound/wm8962.h | |||
@@ -17,6 +17,8 @@ | |||
17 | struct wm8962_pdata { | 17 | struct wm8962_pdata { |
18 | u32 gpio_init[WM8962_MAX_GPIO]; | 18 | u32 gpio_init[WM8962_MAX_GPIO]; |
19 | 19 | ||
20 | bool irq_active_low; | ||
21 | |||
20 | bool spk_mono; /* Speaker outputs tied together as mono */ | 22 | bool spk_mono; /* Speaker outputs tied together as mono */ |
21 | }; | 23 | }; |
22 | 24 | ||