Browse Source

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: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Bard Liao 10 years ago
parent
commit
a4ee556137
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sound/soc/codecs/rt286.c

+ 1 - 1
sound/soc/codecs/rt286.c

@@ -1198,7 +1198,7 @@ static struct dmi_system_id dmi_dell_dino[] = {
 		.ident = "Dell Dino",
 		.ident = "Dell Dino",
 		.matches = {
 		.matches = {
 			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
 			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
-			DMI_MATCH(DMI_BOARD_NAME, "0144P8")
+			DMI_MATCH(DMI_PRODUCT_NAME, "XPS 13 9343")
 		}
 		}
 	},
 	},
 	{ }
 	{ }