Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df5c79e9 authored by Mark Brown's avatar Mark Brown
Browse files

Merge branch 'fix/rt5645' of...

Merge branch 'fix/rt5645' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-fix-rt5645
parents f17b329b 721b51fc
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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"),
		},
	},
	{ }
};