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

Commit 721b51fc authored by John Lin's avatar John Lin Committed by Mark Brown
Browse files

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



Signed-off-by: default avatarJohn Lin <john.lin@realtek.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent c1713485
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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"),
		},
	},
	{ }
};