Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47f5ae51 authored by Stephen Warren's avatar Stephen Warren Committed by Mark Brown
Browse files

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: default avatarStephen Warren <swarren@nvidia.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent f221a9be
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
};