diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-20 17:34:58 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-10-02 14:23:04 -0700 |
commit | 3367b8d4278d1f8a28995cc5e57a995f7147cb73 (patch) | |
tree | 7aba159ed2edcc206ec8b4e61de55fb23e59ceb3 /include/sound | |
parent | 205d231bfbd26bb10400518586d2a9f1b62858ee (diff) | |
download | op-kernel-dev-3367b8d4278d1f8a28995cc5e57a995f7147cb73.zip op-kernel-dev-3367b8d4278d1f8a28995cc5e57a995f7147cb73.tar.gz |
ASoC: Add support for WM8962 GPIO outputs
The WM8962 features five GPIOs, add support for controlling their output
state via gpiolib.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/wm8962.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/wm8962.h b/include/sound/wm8962.h index 9722aac..2b5306c 100644 --- a/include/sound/wm8962.h +++ b/include/sound/wm8962.h @@ -15,6 +15,7 @@ #define WM8962_GPIO_SET 0x10000 struct wm8962_pdata { + int gpio_base; u32 gpio_init[WM8962_MAX_GPIO]; /* Setup for microphone detection, raw value to be written to |