From: Mark Brown Date: Tue, 1 Jul 2025 13:01:53 +0000 (+0100) Subject: ASoC: Add SDCA IRQ support and some misc fixups X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1d10f4c8e2851eaa6e3be8e1cfbe351c39c5d04;p=thirdparty%2Fkernel%2Flinux.git ASoC: Add SDCA IRQ support and some misc fixups Merge series from Charles Keepax : Add a maintainers entry for SDCA, do a couple of small fixups for previous chains, and then adding the beginnings of the SDCA IRQ handling. This is based around a regmap IRQ chip and a few helper functions that can be called from the client drivers to setup the IRQs. --- c1d10f4c8e2851eaa6e3be8e1cfbe351c39c5d04 diff --cc sound/soc/sdca/Kconfig index 1c95dce041454,a633d5a0fea51..53f6926255ae3 --- a/sound/soc/sdca/Kconfig +++ b/sound/soc/sdca/Kconfig @@@ -15,4 -14,9 +15,11 @@@ config SND_SOC_SDCA_HI tristate "SDCA HID support" depends on SND_SOC_SDCA && HID + config SND_SOC_SDCA_IRQ + tristate + select REGMAP + select REGMAP_IRQ + help + This option enables support for SDCA IRQs. ++ +endmenu