From: Bard Liao Date: Fri, 20 Nov 2015 04:25:59 +0000 (+0800) Subject: ASoC: rt5645: Add dmi_system_id "Google Wizpig" X-Git-Tag: v4.14-rc1~4199^2~9^2~3^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f58b7039c70f1d0a19157c7bf97ef69d445565f;p=platform%2Fkernel%2Flinux-rpi.git ASoC: rt5645: Add dmi_system_id "Google Wizpig" Add platform specific data for Wizpig project. Signed-off-by: Bard Liao Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index 647b594..5af9023 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c @@ -3385,6 +3385,13 @@ static const struct dmi_system_id dmi_platform_intel_braswell[] = { DMI_MATCH(DMI_PRODUCT_NAME, "Edgar"), }, }, + { + .ident = "Google Wizpig", + .callback = strago_quirk_cb, + .matches = { + DMI_MATCH(DMI_PRODUCT_NAME, "Wizpig"), + }, + }, { } };