diff mbox

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

Message ID 1441788468-16501-1-git-send-email-john.lin@realtek.com (mailing list archive)
State Accepted
Commit 721b51fcf91898299d96f4b72cb9434cda29dce6
Headers show

Commit Message

John Lin Sept. 9, 2015, 8:47 a.m. UTC
Signed-off-by: John Lin <john.lin@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 4972bf3..8e51242 100644
--- a/sound/soc/codecs/rt5645.c
+++ b/sound/soc/codecs/rt5645.c
@@ -3205,6 +3205,13 @@  static const struct dmi_system_id dmi_platform_intel_braswell[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "Celes"),
 		},
 	},
+	{
+		.ident = "Google Ultima",
+		.callback = strago_quirk_cb,
+		.matches = {
+			DMI_MATCH(DMI_PRODUCT_NAME, "Ultima"),
+		},
+	},
 	{ }
 };