Просмотр исходного кода

Merge branch 'fix/rt5645' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-fix-rt5645

Mark Brown 10 лет назад
Родитель
Сommit
df5c79e982
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      sound/soc/codecs/rt5645.c

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

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