]> Git Repo - linux.git/commitdiff
ASoC: rt5670: Enable Braswell platform workaround for Dell Wyse 3040
authorTakashi Iwai <[email protected]>
Wed, 30 Nov 2016 16:19:20 +0000 (17:19 +0100)
committerMark Brown <[email protected]>
Wed, 30 Nov 2016 16:24:13 +0000 (16:24 +0000)
Dell Wyse 3040 requires the platform workaround for enabling dmic and
jack detection as defined for Braswell CRB.

Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/codecs/rt5670.c

index 12d3bc14a55843a77f67ce8f9ed0172b164b518f..d32ebe73c2c9054017a7eb2a1bcc8b7de3291ab3 100644 (file)
@@ -2826,6 +2826,13 @@ static const struct dmi_system_id dmi_platform_intel_braswell[] = {
                        DMI_MATCH(DMI_BOARD_NAME, "Braswell CRB"),
                },
        },
+       {
+               .ident = "Dell Wyse 3040",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Wyse 3040"),
+               },
+       },
        {}
 };
 
This page took 0.04848 seconds and 4 git commands to generate.