Browse Source

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

Signed-off-by: John Lin <john.lin@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
John Lin 10 years ago
parent
commit
721b51fcf9
1 changed files with 7 additions and 0 deletions
  1. 7 0
      sound/soc/codecs/rt5645.c

+ 7 - 0
sound/soc/codecs/rt5645.c

@@ -3236,6 +3236,13 @@ static 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"),
+		},
+	},
 	{ }
 };