The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/3] Update some topology matching for newer laptops
@ 2026-05-20 16:36 Charles Keepax
  2026-05-20 16:36 ` [PATCH 1/3] ASoC: soc-acpi-intel-ptl-match: Make Chrome matches conditional Charles Keepax
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Charles Keepax @ 2026-05-20 16:36 UTC (permalink / raw)
  To: broonie, vkoul
  Cc: lgirdwood, pierre-louis.bossart, yung-chuan.liao, peter.ujfalusi,
	oder_chiou, jack.yu, shumingf, linux-sound, linux-kernel, patches

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-05-22 10:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-20 16:36 [PATCH 0/3] Update some topology matching for newer laptops Charles Keepax
2026-05-20 16:36 ` [PATCH 1/3] ASoC: soc-acpi-intel-ptl-match: Make Chrome matches conditional Charles Keepax
2026-05-20 16:36 ` [PATCH 2/3] ASoC: Intel: soc-acpi-intel-ptl-match: Remove unnecessary cs42l43 match Charles Keepax
2026-05-20 16:36 ` [PATCH 3/3] soundwire: dmi-quirks: Disable ghost Realtek devices Charles Keepax
2026-05-20 17:16   ` Pierre-Louis Bossart
2026-05-21  1:09     ` Liao, Bard
2026-05-21  8:17     ` Charles Keepax
2026-05-21 13:36       ` Pierre-Louis Bossart
2026-05-21 18:18 ` (subset) [PATCH 0/3] Update some topology matching for newer laptops Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox