projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0580bcc
)
ASoC: rt5645: Add dmi_system_id "Google Wizpig"
author
Bard Liao
<bardliao@realtek.com>
Fri, 20 Nov 2015 04:25:59 +0000
(12:25 +0800)
committer
Mark Brown
<broonie@kernel.org>
Fri, 20 Nov 2015 12:26:03 +0000
(12:26 +0000)
Add platform specific data for Wizpig project.
Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5645.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/rt5645.c
b/sound/soc/codecs/rt5645.c
index 647b594ad04e36701fddebb0f707d9708253557c..5af90234d453901e6fd1fda3059f1e34f66474ed 100644
(file)
--- 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"),
+ },
+ },
{ }
};