Skip to content

Commit

Permalink
ARM: tegra: Add to struct harmony_audio_platform_data
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Warren authored and Mark Brown committed Feb 1, 2011
1 parent f221a9b commit 47f5ae5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/mach-tegra/include/mach/harmony_audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

0 comments on commit 47f5ae5

Please sign in to comment.