ASoC: rt5645: Add dmi_system_id "Google Wizpig"
Add platform specific data for Wizpig project. Signed-off-by: Bard Liao <bardliao@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
0580bcc91d
commit
3f58b7039c
1 changed files with 7 additions and 0 deletions
|
@ -3385,6 +3385,13 @@ static const struct dmi_system_id dmi_platform_intel_braswell[] = {
|
||||||
DMI_MATCH(DMI_PRODUCT_NAME, "Edgar"),
|
DMI_MATCH(DMI_PRODUCT_NAME, "Edgar"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.ident = "Google Wizpig",
|
||||||
|
.callback = strago_quirk_cb,
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_PRODUCT_NAME, "Wizpig"),
|
||||||
|
},
|
||||||
|
},
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue