Re: [PATCH 0/4] ASoC: generic: Free jack GPIOs on card remove
From: Mark Brown
Date: Tue Sep 15 2026 - 15:02:35 EST
On Sun, 13 Sep 2026 19:24:58 +0900, Chancel Liu wrote:
> ASoC: generic: Free jack GPIOs on card remove
>
> From: Chancel Liu <chancel.liu@xxxxxxx>
>
> simple_util_init_jack() acquires a jack detection GPIO with
> gpiod_get_optional() and passes it to snd_soc_jack_add_gpios(), which
> also installs an IRQ handler, a PM notifier, a delayed work and a sysfs
> export for it. None of simple-card, audio-graph-card or
> audio-graph-card2 implements a card->remove() callback, so none of this
> is ever released.
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-7.4
Thanks!
[1/4] ASoC: simple-card-utils: Add simple_util_remove_jack()
https://git.kernel.org/broonie/sound/c/c7420dd9213d
[2/4] ASoC: simple-card: Free jack GPIOs on card remove
https://git.kernel.org/broonie/sound/c/b59a20808727
[3/4] ASoC: audio-graph-card: Free jack GPIOs on card remove
https://git.kernel.org/broonie/sound/c/698fdd31522c
[4/4] ASoC: audio-graph-card2: Free jack GPIOs on card remove
https://git.kernel.org/broonie/sound/c/df0afa439044
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark