]> Git Repo - linux.git/commitdiff
ASoC: rt286: Change the DMI mapping for Dino
authorBard Liao <[email protected]>
Fri, 6 Mar 2015 02:12:58 +0000 (10:12 +0800)
committerMark Brown <[email protected]>
Fri, 6 Mar 2015 20:34:45 +0000 (20:34 +0000)
The board ID will be changed between revisions. So, it is better
to map it by project name.

Signed-off-by: Bard Liao <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/codecs/rt286.c

index f374840a5a7ce376272d8f7e3290f91c099cb19f..9b541e52da8c77da4134fdf8e0c551d35a2a402b 100644 (file)
@@ -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")
                }
        },
        { }
This page took 0.059499 seconds and 4 git commands to generate.