]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: tas2764: Enable main IRQs
authorHector Martin <marcan@marcan.st>
Sat, 5 Apr 2025 23:15:08 +0000 (09:15 +1000)
committerMark Brown <broonie@kernel.org>
Sun, 13 Apr 2025 19:23:31 +0000 (20:23 +0100)
commitdd50f0e38563f15819059c923bf142200453e003
tree90557017e12a3bc5d89059e9a56679fe3e3befc2
parent592ab3936b096da5deb64d4c906edbeb989174d6
ASoC: tas2764: Enable main IRQs

IRQ handling was added in commit dae191fb957f ("ASoC: tas2764: Add IRQ
handling") however that same commit masks all interrupts coming from
the chip. Unmask the "main" interrupts so that we can see and
deal with a number of errors including clock, voltage, and current.

Fixes: dae191fb957f ("ASoC: tas2764: Add IRQ handling")
Reviewed-by: Neal Gompa <neal@gompa.dev>
Signed-off-by: Hector Martin <marcan@marcan.st>
Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
Link: https://patch.msgid.link/20250406-apple-codec-changes-v5-4-50a00ec850a3@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas2764.c