mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
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: Svyatoslav Ryhel <clamor95@gmail.com> Link: https://lore.kernel.org/r/20230221183211.21964-3-clamor95@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
7f8b5b24bb
commit
a2d4051b0b
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user