浏览代码

ASoC: rt5645: Add dmi_system_id "Google Setzer"

Add platform specific data for Setzer project.

Signed-off-by: John Lin <john.lin@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
John Lin 9 年之前
父节点
当前提交
178ff7c6f3
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      sound/soc/codecs/rt5645.c

+ 6 - 0
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"),
+		},
+	},
 	{ }
 };