Browse Source

Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-linus

Mark Brown 10 years ago
parent
commit
19315532b6
1 changed files with 7 additions and 0 deletions
  1. 7 0
      sound/soc/codecs/rt5645.c

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

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