From: Takashi Iwai Date: Wed, 30 Nov 2016 16:19:20 +0000 (+0100) Subject: ASoC: rt5670: Enable Braswell platform workaround for Dell Wyse 3040 X-Git-Tag: v4.10-rc1~121^2~3^2~4^3~1 X-Git-Url: https://repo.jachan.dev/linux.git/commitdiff_plain/b4ff47d2843f7df61b956c8ee4a576bf83b11fab ASoC: rt5670: Enable Braswell platform workaround for Dell Wyse 3040 Dell Wyse 3040 requires the platform workaround for enabling dmic and jack detection as defined for Braswell CRB. Signed-off-by: Takashi Iwai Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/rt5670.c b/sound/soc/codecs/rt5670.c index 12d3bc14a558..d32ebe73c2c9 100644 --- a/sound/soc/codecs/rt5670.c +++ b/sound/soc/codecs/rt5670.c @@ -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"), + }, + }, {} };