Unverified Commit a2d4051b authored by Svyatoslav Ryhel's avatar Svyatoslav Ryhel Committed by Mark Brown
Browse files

ASoC: jack: allow multiple interrupt per gpio



This feature is required for coupled hp-mic quirk used
by some Nvidia Tegra 3 based devices work properly.

Signed-off-by: default avatarSvyatoslav Ryhel <clamor95@gmail.com>
Link: https://lore.kernel.org/r/20230221183211.21964-3-clamor95@gmail.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 7f8b5b24
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -367,6 +367,7 @@ int snd_soc_jack_add_gpios(struct snd_soc_jack *jack, int count,

		ret = request_any_context_irq(gpiod_to_irq(gpios[i].desc),
					      gpio_handler,
					      IRQF_SHARED |
					      IRQF_TRIGGER_RISING |
					      IRQF_TRIGGER_FALLING,
					      gpios[i].name,