mirror of https://gitee.com/openkylin/linux.git
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 <swarren@nvidia.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
f221a9be2e
commit
47f5ae51f2
|
@ -16,4 +16,7 @@
|
||||||
|
|
||||||
struct harmony_audio_platform_data {
|
struct harmony_audio_platform_data {
|
||||||
int gpio_spkr_en;
|
int gpio_spkr_en;
|
||||||
|
int gpio_hp_det;
|
||||||
|
int gpio_int_mic_en;
|
||||||
|
int gpio_ext_mic_en;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue