[alsa-devel] [PATCH] ASoC: rt5645: Add dmi_system_id "Google Setzer"

John Lin john.lin at realtek.com
Mon Feb 15 03:40:17 CET 2016


Add platform specific data for Setzer project.

Signed-off-by: John Lin <john.lin at realtek.com>
---
 sound/soc/codecs/rt5645.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
index 93e8c90..75e5a4a 100644
--- a/sound/soc/codecs/rt5645.c
+++ b/sound/soc/codecs/rt5645.c
@@ -3552,6 +3552,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"),
+		},
+	},
 	{ }
 };
 
-- 
1.8.1.1.439.g50a6b54



More information about the Alsa-devel mailing list