]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Add SDCA DisCo parsing support
authorMark Brown <broonie@kernel.org>
Mon, 10 Feb 2025 13:06:28 +0000 (13:06 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 10 Feb 2025 13:06:28 +0000 (13:06 +0000)
commitd1541caab053cf94b114582a23b51a8cb90f4a46
treed6714b06895a4764afc0440933cd84d8daf69374
parent3c331bdeececb629669961a80c0f929301c088d2
parent9da195880f167ab7c2d595388decf783c9920121
Add SDCA DisCo parsing support

Merge series from Charles Keepax <ckeepax@opensource.cirrus.com>:

The MIPI SoundWire Device Class for Audio (SDCA) specification defines
most details of the hardware in ACPI using the MIPI Discovery and
Configuration (DisCo) specification. This patch chain adds support for
parsing most of this information into the kernel such that future work
can make use of it to construct CODEC devices and soundcards.

The most notable outstanding work here, is parsing the separate
properties for the Control Numbers (roughly equivalent to channels)
within an individual Control. The separate Control Numbers are
supported but currently only the scheme were a single default etc. is
supplied for all.  This should not be super hard to add in the future
but isn't currently required by any of the hardware I am working to
support.