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

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

sound: tegra_alc5632: remove HP detect GPIO inversion



Both the schematics and practical testing show that the HP detect GPIO
is high when the headphones are plugged in. Hence, the snd_soc_jack_gpio
should not specify to invert the signal.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Acked-by: default avatarAndrey Danin <danindrey@mail.ru>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Cc: <stable@vger.kernel.org> # v3.4 v3.5
parent b969afc8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -89,7 +89,6 @@ static struct snd_soc_jack_gpio tegra_alc5632_hp_jack_gpio = {
	.name = "Headset detection",
	.report = SND_JACK_HEADSET,
	.debounce_time = 150,
	.invert = 1,
};

static const struct snd_soc_dapm_widget tegra_alc5632_dapm_widgets[] = {