From: Oder Chiou Date: Tue, 25 Aug 2015 08:03:48 +0000 (+0800) Subject: ASoC: rt5645: Add struct dmi_system_id "Google Celes" for chrome platform X-Git-Tag: v4.2.1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ae811d50e1bfca4eb30366787f53d797892fd7f;p=thirdparty%2Fkernel%2Fstable.git ASoC: rt5645: Add struct dmi_system_id "Google Celes" for chrome platform commit c1713485f9fc06e1f4de9800b43f6486f2527379 upstream. Signed-off-by: Oder Chiou Signed-off-by: Mark Brown Signed-off-by: Greg Kroah-Hartman --- diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index 961bd7e5877ee..58713733d3147 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c @@ -3232,6 +3232,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"), + }, + }, { } };