Skip to content

Commit 5a4dd52

Browse files
saba-kareembroonie
authored andcommitted
ASoC: amd: yc: update quirk data for new Lenovo model
Update Quirk data for new Lenovo model 83J2 for YC platform. Signed-off-by: Syed Saba kareem <syed.sabakareem@amd.com> Link: https://patch.msgid.link/20250321122507.190193-1-syed.sabakareem@amd.com Reported-by: Reiner <Reiner.Proels@gmail.com> Closes: https://bugzilla.kernel.org/show_bug.cgi?id=219887 Tested-by: Reiner <Reiner.Proels@gmail.com> Reviewed-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 2448915 commit 5a4dd52

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
339339
DMI_MATCH(DMI_PRODUCT_NAME, "83Q3"),
340340
}
341341
},
342+
{
343+
.driver_data = &acp6x_card,
344+
.matches = {
345+
DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
346+
DMI_MATCH(DMI_PRODUCT_NAME, "83J2"),
347+
}
348+
},
342349
{
343350
.driver_data = &acp6x_card,
344351
.matches = {

0 commit comments

Comments
 (0)