From: John Lin Date: Wed, 9 Sep 2015 08:47:48 +0000 (+0800) Subject: ASoC: rt5645: Add struct dmi_system_id "Google Ultima" for chrome platform X-Git-Tag: v4.3~42^2^2~1^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=721b51fcf91898299d96f4b72cb9434cda29dce6;p=platform%2Fkernel%2Flinux-amlogic.git ASoC: rt5645: Add struct dmi_system_id "Google Ultima" for chrome platform Signed-off-by: John Lin Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index 610eacd..e620da1 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c @@ -3236,6 +3236,13 @@ static struct dmi_system_id dmi_platform_intel_braswell[] = { DMI_MATCH(DMI_PRODUCT_NAME, "Celes"), }, }, + { + .ident = "Google Ultima", + .callback = strago_quirk_cb, + .matches = { + DMI_MATCH(DMI_PRODUCT_NAME, "Ultima"), + }, + }, { } };