diff options
author | Stephen Warren <[email protected]> | 2011-01-31 15:37:15 -0700 |
---|---|---|
committer | Mark Brown <[email protected]> | 2011-02-01 14:19:23 +0000 |
commit | 47f5ae51f2aedac2f3006c1252f1020fdfc1d3c0 (patch) | |
tree | 49515621da95c5677288e02b3470a1cebc1c8621 | |
parent | f221a9be2e511502b43b009fd83e748017ea117d (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 <[email protected]>
Acked-by: Liam Girdwood <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | arch/arm/mach-tegra/include/mach/harmony_audio.h | 3 |
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; }; |