Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Svyatoslav Ryhel and committed by
Mark Brown
a2d4051b 7f8b5b24

+1
+1
sound/soc/soc-jack.c
··· 367 367 368 368 ret = request_any_context_irq(gpiod_to_irq(gpios[i].desc), 369 369 gpio_handler, 370 + IRQF_SHARED | 370 371 IRQF_TRIGGER_RISING | 371 372 IRQF_TRIGGER_FALLING, 372 373 gpios[i].name,