[PATCH 0/3] Update some topology matching for newer laptops
From: Charles Keepax
Date: Wed May 20 2026 - 12:49:38 EST
Now function topologies are being used more routinely we are hitting a
couple of issues on some new laptops. Firstly, several laptops ship with
devices in the ACPI which don't physically exist in the laptop, this
confuses the function topology code as it tries to add those into the
card. Add some quirks to ignore these. Secondly, remove some unnecessary
matches and quirk the ones that remain so they only match the laptops
that require them.
Thanks,
Charles
Charles Keepax (3):
ASoC: soc-acpi-intel-ptl-match: Make Chrome matches conditional
ASoC: Intel: soc-acpi-intel-ptl-match: Remove unnecessary cs42l43
match
soundwire: dmi-quirks: Disable ghost Realtek devices
drivers/soundwire/dmi-quirks.c | 35 ++++++
.../intel/common/soc-acpi-intel-ptl-match.c | 119 +-----------------
.../intel/common/soc-acpi-intel-sdca-quirks.c | 16 +++
.../intel/common/soc-acpi-intel-sdca-quirks.h | 1 +
4 files changed, 53 insertions(+), 118 deletions(-)
--
2.47.3