]> git.ipfire.org Git - thirdparty/linux.git/commit
ASoC: Intel: soc-acpi-intel-ptl-match: Remove unnecessary cs42l43 match
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Wed, 20 May 2026 16:36:30 +0000 (17:36 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 21 May 2026 18:18:01 +0000 (19:18 +0100)
commit45cf24da0a10203890fae4bd10ca5dbfca430324
tree2a7ed82c1010f7baea62acad07bddf667ebce0a1
parente0fb794d67f86726817756bcc25c628f4894df29
ASoC: Intel: soc-acpi-intel-ptl-match: Remove unnecessary cs42l43 match

For PTL onwards Cirrus are intending to rely on function topologies,
rather than using a match table for each system type. Remove this
unnecessary match table entry. Having the match entries can
mean that systems match when they should use function topologies
instead, resulting in incorrect audio configurations. Although,
admittedly this is not too likely with this 6x amp configuration
as those are quite rare, but best to follow best practice.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20260520163631.3300102-3-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/common/soc-acpi-intel-ptl-match.c