Commit 7ae811d5 authored by Oder Chiou's avatar Oder Chiou Committed by Greg Kroah-Hartman

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

commit c1713485 upstream.
Signed-off-by: default avatarOder Chiou <oder_chiou@realtek.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 33d4ee44
...@@ -3232,6 +3232,13 @@ static struct dmi_system_id dmi_platform_intel_braswell[] = { ...@@ -3232,6 +3232,13 @@ static struct dmi_system_id dmi_platform_intel_braswell[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Strago"), DMI_MATCH(DMI_PRODUCT_NAME, "Strago"),
}, },
}, },
{
.ident = "Google Celes",
.callback = strago_quirk_cb,
.matches = {
DMI_MATCH(DMI_PRODUCT_NAME, "Celes"),
},
},
{ } { }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment