ASoC: SDCA: Remove devm from primary IRQ cleanup
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Tue, 21 Jul 2026 14:36:32 +0000 (15:36 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 27 Jul 2026 17:47:05 +0000 (18:47 +0100)
commit0880082c27b6251cc3fea307dffa6899ad163e8b
treecf1fe2537887ffe0d274dd43bf5f5433a195a517
parentf18e97fa7f125e0e7da130b4d0ff1edd48d7510a
ASoC: SDCA: Remove devm from primary IRQ cleanup

To provide greater flexibility on when the IRQs are requested for
client drivers don't use devm for the primary IRQ request/cleanup
helper functions.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20260721143636.361814-4-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/sdca_fdl.h
include/sound/sdca_interrupts.h
include/sound/sdca_jack.h
sound/soc/sdca/sdca_fdl.c
sound/soc/sdca/sdca_interrupts.c
sound/soc/sdca/sdca_jack.c