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

Commit c1713485 authored by Oder Chiou's avatar Oder Chiou Committed by Mark Brown
Browse files

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



Signed-off-by: default avatarOder Chiou <oder_chiou@realtek.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
parent bc0195aa
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3229,6 +3229,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"),
		},
	},
	{ }
};