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

Bard Liao bardliao at realtek.com
Tue Nov 24 03:55:29 CET 2015


Add platform specific data for Terra project.

Signed-off-by: Luke_Yin at asus.com <Luke_Yin at asus.com>
Signed-off-by: Bard Liao <bardliao at realtek.com>
---
 sound/soc/codecs/rt5645.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
index 2c4f06f..7b140cc 100644
--- a/sound/soc/codecs/rt5645.c
+++ b/sound/soc/codecs/rt5645.c
@@ -3572,6 +3572,13 @@ static const struct dmi_system_id dmi_platform_intel_braswell[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "Wizpig"),
 		},
 	},
+	{
+		.ident = "Google Terra",
+		.callback = strago_quirk_cb,
+		.matches = {
+			DMI_MATCH(DMI_PRODUCT_NAME, "Terra"),
+		},
+	},
 	{ }
 };
 
-- 
1.8.1.1.439.g50a6b54



More information about the Alsa-devel mailing list