mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] soundwire: dmi-quirks: Disable ghost Realtek on Asus Expertbook
@ 2026-06-30  8:11 Charles Keepax
  2026-07-02 17:03 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Charles Keepax @ 2026-06-30  8:11 UTC (permalink / raw)
  To: vkoul
  Cc: pierre-louis.bossart, yung-chuan.liao, linux-sound, linux-kernel,
	patches

The Asus Expertbook B9406CAA also has a Realtek device in the ACPI that
doesn't exist in the physical hardware. This confuses the machine driver
into attempting to create DAI links for the device. Add a quirk to
remove this device.

Closes: https://github.com/thesofproject/linux/issues/5828
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
---

Seems the last quirk turned out to be unnecessary, so won't be resending
that. However, to make sure we didn't get bored this one has turned up
instead :-)

Thanks,
Charles

 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 32a46a2d90f7c..2a98fc8c104d6 100644
--- a/drivers/soundwire/dmi-quirks.c
+++ b/drivers/soundwire/dmi-quirks.c
@@ -178,6 +178,13 @@ static const struct dmi_system_id adr_remap_quirk_table[] = {
 		.driver_data = (void *)hp_omen_16,
 	},
 	/* PTL devices */
+	{
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "ASUS"),
+			DMI_MATCH(DMI_BOARD_NAME, "B9406CAA"),
+		},
+		.driver_data = (void *)ghost_realtek,
+	},
 	{
 		.matches = {
 			DMI_MATCH(DMI_SYS_VENDOR, "ASUS"),
-- 
2.47.3


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

* Re: [PATCH] soundwire: dmi-quirks: Disable ghost Realtek on Asus Expertbook
  2026-06-30  8:11 [PATCH] soundwire: dmi-quirks: Disable ghost Realtek on Asus Expertbook Charles Keepax
@ 2026-07-02 17:03 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2026-07-02 17:03 UTC (permalink / raw)
  To: Charles Keepax
  Cc: pierre-louis.bossart, yung-chuan.liao, linux-sound, linux-kernel,
	patches


On Tue, 30 Jun 2026 09:11:32 +0100, Charles Keepax wrote:
> The Asus Expertbook B9406CAA also has a Realtek device in the ACPI that
> doesn't exist in the physical hardware. This confuses the machine driver
> into attempting to create DAI links for the device. Add a quirk to
> remove this device.
> 
> 

Applied, thanks!

[1/1] soundwire: dmi-quirks: Disable ghost Realtek on Asus Expertbook
      commit: 90af3209742db61a7f9d7d054a16165818cfc6d8

Best regards,
-- 
~Vinod



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

end of thread, other threads:[~2026-07-02 17:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-30  8:11 [PATCH] soundwire: dmi-quirks: Disable ghost Realtek on Asus Expertbook Charles Keepax
2026-07-02 17:03 ` Vinod Koul

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

Powered by JetHome