From: John Lin Date: Mon, 15 Feb 2016 02:40:17 +0000 (+0800) Subject: ASoC: rt5645: Add dmi_system_id "Google Setzer" X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=178ff7c6f3916aff3c3eaaec8636be3b41e93011;p=linux-beck.git ASoC: rt5645: Add dmi_system_id "Google Setzer" Add platform specific data for Setzer project. Signed-off-by: John Lin Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index 7af5e7380d61..dff706ac7895 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c @@ -3557,6 +3557,12 @@ static const struct dmi_system_id dmi_platform_intel_braswell[] = { DMI_MATCH(DMI_SYS_VENDOR, "GOOGLE"), }, }, + { + .ident = "Google Setzer", + .matches = { + DMI_MATCH(DMI_PRODUCT_NAME, "Setzer"), + }, + }, { } };