diff options
author | Takashi Iwai <tiwai@suse.de> | 2016-11-30 11:19:20 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-11-30 11:24:13 -0500 |
commit | b4ff47d2843f7df61b956c8ee4a576bf83b11fab (patch) | |
tree | fed5091330e386ee2a090d2a14b35390ef6d8eb2 | |
parent | c8c6f0d81de67198522e3f31142986c27d3cba81 (diff) |
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 <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/rt5670.c | 7 |
1 files changed, 7 insertions, 0 deletions
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[] = { | |||
2826 | DMI_MATCH(DMI_BOARD_NAME, "Braswell CRB"), | 2826 | DMI_MATCH(DMI_BOARD_NAME, "Braswell CRB"), |
2827 | }, | 2827 | }, |
2828 | }, | 2828 | }, |
2829 | { | ||
2830 | .ident = "Dell Wyse 3040", | ||
2831 | .matches = { | ||
2832 | DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), | ||
2833 | DMI_MATCH(DMI_PRODUCT_NAME, "Wyse 3040"), | ||
2834 | }, | ||
2835 | }, | ||
2829 | {} | 2836 | {} |
2830 | }; | 2837 | }; |
2831 | 2838 | ||