* [PATCH] soundwire: dmi-quirks: add Lenovo Yoga Slim 7i 14IPH11
@ 2026-08-18 18:20 Sataporn Saijai
2026-08-26 3:45 ` Liao, Bard
0 siblings, 1 reply; 2+ messages in thread
From: Sataporn Saijai @ 2026-08-18 18:20 UTC (permalink / raw)
To: Vinod Koul, Bard Liao, Pierre-Louis Bossart, linux-sound
Cc: linux-kernel, Sataporn Saijai
The Lenovo Yoga Slim 7i 14IPH11 (DMI product 83QM) declares an RT722 on
link 3 that is not actually present and never attaches, leaving the
machine with no audio. Since the address is already handled by the
ghost_realtek table, only the DMI match is needed.
Signed-off-by: Sataporn Saijai <excursively@gmail.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 32a46a2d9..8f74b0dd2 100644
--- a/drivers/soundwire/dmi-quirks.c
+++ b/drivers/soundwire/dmi-quirks.c
@@ -192,6 +192,13 @@ static const struct dmi_system_id adr_remap_quirk_table[] = {
},
.driver_data = (void *)ghost_realtek,
},
+ {
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "83QM"),
+ },
+ .driver_data = (void *)ghost_realtek,
+ },
{
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
--
2.55.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* RE: [PATCH] soundwire: dmi-quirks: add Lenovo Yoga Slim 7i 14IPH11
2026-08-18 18:20 [PATCH] soundwire: dmi-quirks: add Lenovo Yoga Slim 7i 14IPH11 Sataporn Saijai
@ 2026-08-26 3:45 ` Liao, Bard
0 siblings, 0 replies; 2+ messages in thread
From: Liao, Bard @ 2026-08-26 3:45 UTC (permalink / raw)
To: Sataporn Saijai, Vinod Koul, Bard Liao, Pierre-Louis Bossart,
linux-sound@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
> -----Original Message-----
> From: Sataporn Saijai <excursively@gmail.com>
> Sent: Wednesday, August 19, 2026 2:20 AM
> To: Vinod Koul <vkoul@kernel.org>; Bard Liao <yung-
> chuan.liao@linux.intel.com>; Pierre-Louis Bossart <pierre-
> louis.bossart@linux.dev>; linux-sound@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org; Sataporn Saijai <excursively@gmail.com>
> Subject: [PATCH] soundwire: dmi-quirks: add Lenovo Yoga Slim 7i 14IPH11
>
> The Lenovo Yoga Slim 7i 14IPH11 (DMI product 83QM) declares an RT722 on
> link 3 that is not actually present and never attaches, leaving the
> machine with no audio. Since the address is already handled by the
> ghost_realtek table, only the DMI match is needed.
>
> Signed-off-by: Sataporn Saijai <excursively@gmail.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.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 32a46a2d9..8f74b0dd2 100644
> --- a/drivers/soundwire/dmi-quirks.c
> +++ b/drivers/soundwire/dmi-quirks.c
> @@ -192,6 +192,13 @@ static const struct dmi_system_id
> adr_remap_quirk_table[] = {
> },
> .driver_data = (void *)ghost_realtek,
> },
> + {
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
> + DMI_MATCH(DMI_PRODUCT_NAME, "83QM"),
> + },
> + .driver_data = (void *)ghost_realtek,
> + },
> {
> .matches = {
> DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
> --
> 2.55.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-26 3:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-18 18:20 [PATCH] soundwire: dmi-quirks: add Lenovo Yoga Slim 7i 14IPH11 Sataporn Saijai
2026-08-26 3:45 ` Liao, Bard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox