aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorBard Liao <bardliao@realtek.com>2015-11-20 12:25:59 +0800
committerMark Brown <broonie@kernel.org>2015-11-20 12:26:03 +0000
commit3f58b7039c70f1d0a19157c7bf97ef69d445565f (patch)
tree6eb3d6856994edc407d526785976cf55e70a19a7 /sound
parentASoC: rt5645: Add struct dmi_system_id "Google Edgar" for Chrome OS (diff)
downloadlinux-dev-3f58b7039c70f1d0a19157c7bf97ef69d445565f.tar.xz
linux-dev-3f58b7039c70f1d0a19157c7bf97ef69d445565f.zip
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>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/rt5645.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
index 647b594ad04e..5af90234d453 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"),
+ },
+ },
{ }
};