mirror of https://gitee.com/openkylin/linux.git
ASoC: rt5645: Add dmi "Google Reks" for chrome
Signed-off-by: John Lin <john.lin@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
c962d03be3
commit
942e4a30eb
|
@ -3228,6 +3228,13 @@ static const struct dmi_system_id dmi_platform_intel_braswell[] = {
|
||||||
DMI_MATCH(DMI_PRODUCT_NAME, "Ultima"),
|
DMI_MATCH(DMI_PRODUCT_NAME, "Ultima"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.ident = "Google Reks",
|
||||||
|
.callback = strago_quirk_cb,
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_PRODUCT_NAME, "Reks"),
|
||||||
|
},
|
||||||
|
},
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue