summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2011-01-31 15:37:15 -0700
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-02-01 14:19:23 +0000
commit47f5ae51f2aedac2f3006c1252f1020fdfc1d3c0 (patch)
tree49515621da95c5677288e02b3470a1cebc1c8621 /arch
parentf221a9be2e511502b43b009fd83e748017ea117d (diff)
ARM: tegra: Add to struct harmony_audio_platform_data
Add fields to describe all the audio-related GPIOs on Harmony, except for the codec's GPIO IRQ, which will be passed in its i2c_board_info. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/include/mach/harmony_audio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/include/mach/harmony_audio.h b/arch/arm/mach-tegra/include/mach/harmony_audio.h
index 5c46391ea7e3..af086500ab7d 100644
--- a/arch/arm/mach-tegra/include/mach/harmony_audio.h
+++ b/arch/arm/mach-tegra/include/mach/harmony_audio.h
@@ -16,4 +16,7 @@
struct harmony_audio_platform_data {
int gpio_spkr_en;
+ int gpio_hp_det;
+ int gpio_int_mic_en;
+ int gpio_ext_mic_en;
};