diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-29 03:01:20 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-29 11:32:36 +0400 |
commit | 45e655047fd64ba7eb52d14ef5acc41763c8ea34 (patch) | |
tree | 7c1c32a3574a6473036c2701bb3be5ff3f83e51e /include/sound/wm8962.h | |
parent | ea738bade2111568a4e6b4b454e2dcd028bc17f6 (diff) | |
download | linux-45e655047fd64ba7eb52d14ef5acc41763c8ea34.tar.xz |
ASoC: Initial WM8962 IRQ support
Provide an initial hookup for interrupts on the WM8962. Currently we simply
report error status via log messages if an IRQ is provided for the device.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
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 @@ struct wm8962_pdata { u32 gpio_init[WM8962_MAX_GPIO]; + bool irq_active_low; + bool spk_mono; /* Speaker outputs tied together as mono */ }; |