mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] soundwire: dmi-quirks: Disable ghost Realtek on Asus GX651AX
@ 2026-08-31  8:25 Ian Luites
  2026-08-31  8:36 ` Charles Keepax
  2026-09-01 17:13 ` Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: Ian Luites @ 2026-08-31  8:25 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Bard Liao, Pierre-Louis Bossart, Charles Keepax, Mark Brown,
	linux-sound, linux-kernel, stable, Ian Luites

The Asus ROG Zephyrus Duo GX651AX exposes a Realtek RT722 device in
ACPI which does not exist in the physical hardware. The device remains
unattached while the CS42L43 and both CS35L56 devices attach
successfully.

This confuses the function topology machine driver into creating
duplicate DAI links named SDW3-Playback-SimpleJack, and the sof_sdw
probe fails with error -12. Add a model-specific quirk to remove the
ghost RT722 device.

Fixes: 45cf24da0a10 ("ASoC: Intel: soc-acpi-intel-ptl-match: Remove unnecessary cs42l43 match")
Cc: <stable@vger.kernel.org> # 7.2.x
Assisted-by: LLM
Signed-off-by: Ian Luites <ian@luites.com>
---
 drivers/soundwire/dmi-quirks.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/soundwire/dmi-quirks.c b/drivers/soundwire/dmi-quirks.c
index 768255dd12..62fa64b224 100644
--- a/drivers/soundwire/dmi-quirks.c
+++ b/drivers/soundwire/dmi-quirks.c
@@ -200,6 +200,13 @@ static const struct dmi_system_id adr_remap_quirk_table[] = {
 		},
 		.driver_data = (void *)ghost_realtek,
 	},
+	{
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "ASUS"),
+			DMI_MATCH(DMI_BOARD_NAME, "GX651AX"),
+		},
+		.driver_data = (void *)ghost_realtek,
+	},
 	{
 		.matches = {
 			DMI_MATCH(DMI_SYS_VENDOR, "ASUS"),
-- 
2.55.0



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

* Re: [PATCH] soundwire: dmi-quirks: Disable ghost Realtek on Asus GX651AX
  2026-08-31  8:25 [PATCH] soundwire: dmi-quirks: Disable ghost Realtek on Asus GX651AX Ian Luites
@ 2026-08-31  8:36 ` Charles Keepax
  2026-09-01 17:13 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Charles Keepax @ 2026-08-31  8:36 UTC (permalink / raw)
  To: Ian Luites
  Cc: Vinod Koul, Bard Liao, Pierre-Louis Bossart, Mark Brown,
	linux-sound, linux-kernel, stable

On Mon, Aug 31, 2026 at 08:25:47AM +0000, Ian Luites wrote:
> The Asus ROG Zephyrus Duo GX651AX exposes a Realtek RT722 device in
> ACPI which does not exist in the physical hardware. The device remains
> unattached while the CS42L43 and both CS35L56 devices attach
> successfully.
> 
> This confuses the function topology machine driver into creating
> duplicate DAI links named SDW3-Playback-SimpleJack, and the sof_sdw
> probe fails with error -12. Add a model-specific quirk to remove the
> ghost RT722 device.
> 
> Fixes: 45cf24da0a10 ("ASoC: Intel: soc-acpi-intel-ptl-match: Remove unnecessary cs42l43 match")
> Cc: <stable@vger.kernel.org> # 7.2.x
> Assisted-by: LLM
> Signed-off-by: Ian Luites <ian@luites.com>
> ---

Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles

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

* Re: [PATCH] soundwire: dmi-quirks: Disable ghost Realtek on Asus GX651AX
  2026-08-31  8:25 [PATCH] soundwire: dmi-quirks: Disable ghost Realtek on Asus GX651AX Ian Luites
  2026-08-31  8:36 ` Charles Keepax
@ 2026-09-01 17:13 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2026-09-01 17:13 UTC (permalink / raw)
  To: Ian Luites
  Cc: Bard Liao, Pierre-Louis Bossart, Charles Keepax, Mark Brown,
	linux-sound, linux-kernel, stable


On Mon, 31 Aug 2026 08:25:47 +0000, Ian Luites wrote:
> The Asus ROG Zephyrus Duo GX651AX exposes a Realtek RT722 device in
> ACPI which does not exist in the physical hardware. The device remains
> unattached while the CS42L43 and both CS35L56 devices attach
> successfully.
> 
> This confuses the function topology machine driver into creating
> duplicate DAI links named SDW3-Playback-SimpleJack, and the sof_sdw
> probe fails with error -12. Add a model-specific quirk to remove the
> ghost RT722 device.
> 
> [...]

Applied, thanks!

[1/1] soundwire: dmi-quirks: Disable ghost Realtek on Asus GX651AX
      commit: 6d49beec658f61801e79019fd73691b17252dee3

Best regards,
-- 
~Vinod



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

end of thread, other threads:[~2026-09-01 17:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-31  8:25 [PATCH] soundwire: dmi-quirks: Disable ghost Realtek on Asus GX651AX Ian Luites
2026-08-31  8:36 ` Charles Keepax
2026-09-01 17:13 ` Vinod Koul

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

all inboxes | Powered by JetHome®