diff mbox

ASoC: rt5645: Add struct dmi_system_id "Google Celes" for chrome platform

Message ID 1440489828-24347-1-git-send-email-oder_chiou@realtek.com (mailing list archive)
State Accepted
Commit c1713485f9fc06e1f4de9800b43f6486f2527379
Headers show

Commit Message

Oder Chiou Aug. 25, 2015, 8:03 a.m. UTC
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
---
 sound/soc/codecs/rt5645.c | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox

Patch

diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
index 4917057..bae1c5f 100644
--- a/sound/soc/codecs/rt5645.c
+++ b/sound/soc/codecs/rt5645.c
@@ -3198,6 +3198,13 @@  static const struct dmi_system_id dmi_platform_intel_braswell[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "Strago"),
 		},
 	},
+	{
+		.ident = "Google Celes",
+		.callback = strago_quirk_cb,
+		.matches = {
+			DMI_MATCH(DMI_PRODUCT_NAME, "Celes"),
+		},
+	},
 	{ }
 };