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

Commit 942e4a30 authored by John Lin's avatar John Lin Committed by Mark Brown
Browse files

ASoC: rt5645: Add dmi "Google Reks" for chrome



Signed-off-by: default avatarJohn Lin <john.lin@realtek.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent c962d03b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3228,6 +3228,13 @@ static const struct dmi_system_id dmi_platform_intel_braswell[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "Ultima"),
		},
	},
	{
		.ident = "Google Reks",
		.callback = strago_quirk_cb,
		.matches = {
			DMI_MATCH(DMI_PRODUCT_NAME, "Reks"),
		},
	},
	{ }
};