Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4ee5561 authored by Bard Liao's avatar Bard Liao Committed by Mark Brown
Browse files

ASoC: rt286: Change the DMI mapping for Dino



The board ID will be changed between revisions. So, it is better
to map it by project name.

Signed-off-by: default avatarBard Liao <bardliao@realtek.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent c517d838
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1198,7 +1198,7 @@ static struct dmi_system_id dmi_dell_dino[] = {
		.ident = "Dell Dino",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
			DMI_MATCH(DMI_BOARD_NAME, "0144P8")
			DMI_MATCH(DMI_PRODUCT_NAME, "XPS 13 9343")
		}
	},
	{ }