ARM: tegra: Add to struct harmony_audio_platform_data
authorStephen Warren <[email protected]>
Mon, 31 Jan 2011 22:37:15 +0000 (15:37 -0700)
committerMark Brown <[email protected]>
Tue, 1 Feb 2011 14:19:23 +0000 (14:19 +0000)
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]>
arch/arm/mach-tegra/include/mach/harmony_audio.h

index 5c46391ea7e3109704944a452108114da19af39a..af086500ab7d9dbdb6607c929176b5d8a86c8336 100644 (file)
@@ -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;
 };