diff options
author | Ian Molton <ian@mnementh.co.uk> | 2009-01-08 16:16:05 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-01-16 11:40:26 -0500 |
commit | 0465c7aa6fbab89de820442aed449ceb8d9145a6 (patch) | |
tree | a3db814699f9e22e0332ddd01d2b084b873142e1 /arch/arm/mach-pxa | |
parent | a7e2e735dcf98717150d3c8eaa731de8038af05a (diff) |
ASoC: machine driver for Toshiba e800
This patch adds support for the wm9712 ac97 codec as used in the Toshiba e800
PDA. It includes support for powering up / down the external headphone and
speaker amplifiers on this machine.
Signed-off-by: Ian Molton <ian@mnementh.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/eseries-gpio.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/include/mach/eseries-gpio.h b/arch/arm/mach-pxa/include/mach/eseries-gpio.h index 02b28e0ed73b..6d6e4d8fa4c1 100644 --- a/arch/arm/mach-pxa/include/mach/eseries-gpio.h +++ b/arch/arm/mach-pxa/include/mach/eseries-gpio.h | |||
@@ -50,6 +50,11 @@ | |||
50 | #define GPIO_E750_SPK_AMP_OFF 7 | 50 | #define GPIO_E750_SPK_AMP_OFF 7 |
51 | #define GPIO_E750_HP_DETECT 37 | 51 | #define GPIO_E750_HP_DETECT 37 |
52 | 52 | ||
53 | /* e800 audio control GPIOs */ | ||
54 | #define GPIO_E800_HP_DETECT 81 | ||
55 | #define GPIO_E800_HP_AMP_OFF 82 | ||
56 | #define GPIO_E800_SPK_AMP_ON 83 | ||
57 | |||
53 | /* ASIC related GPIOs */ | 58 | /* ASIC related GPIOs */ |
54 | #define GPIO_ESERIES_TMIO_IRQ 5 | 59 | #define GPIO_ESERIES_TMIO_IRQ 5 |
55 | #define GPIO_ESERIES_TMIO_PCLR 19 | 60 | #define GPIO_ESERIES_TMIO_PCLR 19 |