]> git.hungrycats.org Git - linux/commitdiff
ASoC: Rework the SDCA HID code
authorMark Brown <broonie@kernel.org>
Thu, 6 Aug 2026 12:41:41 +0000 (13:41 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 6 Aug 2026 12:41:41 +0000 (13:41 +0100)
Charles Keepax <ckeepax@opensource.cirrus.com> says:

This series reworks the SDCA HID code, the primary goals being to no
longer store runtime HID data in the DisCo data structures and remove
the need to pass the soundwire device into the ACPI parsing code.

To achieve this the HID device registration is moved to the IRQ work
flow rather than the ACPI work flow.

Also a few small issues are fixed up along the way, some formatting,
some missing cleanup/docs.

Link: https://patch.msgid.link/20260805124205.4152543-1-ckeepax@opensource.cirrus.com

Trivial merge