]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: Improve SDCA support for duplicated features
authorMark Brown <broonie@kernel.org>
Mon, 4 May 2026 13:24:44 +0000 (22:24 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 4 May 2026 13:24:44 +0000 (22:24 +0900)
commit50c2f0f086641fb96d4eb67a559ee18d441355b6
tree5ac4e8f0414194894d951d05e970fae19f4b24e0
parent0773ee1706036706be5330172d0ec4db563165d7
parent250922577ed16c29b994197b84a231dcbe7798e8
ASoC: Improve SDCA support for duplicated features

Charles Keepax <ckeepax@opensource.cirrus.com> says:

There are some short comings of the current SDCA class driver with
respect to duplicated functions and jacks. Fix some issues in the
reporting of jacks when there are multiple jacks represented in the SDCA
topology. When a single device contains multiple instances of the same
type of SDCA function the current class driver will create duplicate
controls, update the code to fix this. Finally whilst working through
this also tidy up the handling of the sdca_function_desc pointers as it
turns out some duplication has crept into the code on that front.