[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250621223000.11817-2-oliver.schramm97@gmail.com>
Date: Sun, 22 Jun 2025 00:30:01 +0200
From: Oliver Schramm <oliver.schramm97@...il.com>
To: Mark Brown <broonie@...nel.org>,
Takashi Iwai <tiwai@...e.com>
Cc: alsa-devel@...a-project.org,
linux-kernel@...r.kernel.org,
Oliver Schramm <oliver.schramm97@...il.com>,
stable@...r.kernel.org
Subject: [PATCH] ASoC: amd: yc: Add DMI quirk for Lenovo IdeaPad Slim 5 15
It's smaller brother has already received the patch to enable the microphone,
now add it too to the DMI quirk table.
Cc: stable@...r.kernel.org
Signed-off-by: Oliver Schramm <oliver.schramm97@...il.com>
---
sound/soc/amd/yc/acp6x-mach.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c
index 98022e5fd428..c9e1b777b70e 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -360,6 +360,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "83J2"),
}
},
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "83J3"),
+ }
+ },
{
.driver_data = &acp6x_card,
.matches = {
--
2.49.0
Powered by blists - more mailing lists