projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f221a9b
)
ARM: tegra: Add to struct harmony_audio_platform_data
author
Stephen Warren
<
[email protected]
>
Mon, 31 Jan 2011 22:37:15 +0000
(15:37 -0700)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-tegra/include/mach/harmony_audio.h
b/arch/arm/mach-tegra/include/mach/harmony_audio.h
index 5c46391ea7e3109704944a452108114da19af39a..af086500ab7d9dbdb6607c929176b5d8a86c8336 100644
(file)
--- 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;
};