Skip to content

Commit bf39286

Browse files
Elsenseebroonie
authored andcommitted
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@vger.kernel.org Signed-off-by: Oliver Schramm <oliver.schramm97@gmail.com> Link: https://patch.msgid.link/20250621223000.11817-2-oliver.schramm97@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 7186b81 commit bf39286

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

sound/soc/amd/yc/acp6x-mach.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
367367
DMI_MATCH(DMI_PRODUCT_NAME, "83J2"),
368368
}
369369
},
370+
{
371+
.driver_data = &acp6x_card,
372+
.matches = {
373+
DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
374+
DMI_MATCH(DMI_PRODUCT_NAME, "83J3"),
375+
}
376+
},
370377
{
371378
.driver_data = &acp6x_card,
372379
.matches = {

0 commit comments

Comments
 (0)