projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91ed37e
)
ASoC: rt5645: Add struct dmi_system_id "Google Edgar" for Chrome OS
author
John Lin
<john.lin@realtek.com>
Wed, 11 Nov 2015 07:25:28 +0000
(15:25 +0800)
committer
Mark Brown
<broonie@kernel.org>
Mon, 16 Nov 2015 17:38:33 +0000
(17:38 +0000)
Add platform specific data for Edgar project.
Signed-off-by: John Lin <john.lin@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 fa8b5dfa673e8c5cb5ea047df7f76a2165e18741..647b594ad04e36701fddebb0f707d9708253557c 100644
(file)
--- a/
sound/soc/codecs/rt5645.c
+++ b/
sound/soc/codecs/rt5645.c
@@
-3378,6
+3378,13
@@
static const struct dmi_system_id dmi_platform_intel_braswell[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Reks"),
},
},
+ {
+ .ident = "Google Edgar",
+ .callback = strago_quirk_cb,
+ .matches = {
+ DMI_MATCH(DMI_PRODUCT_NAME, "Edgar"),
+ },
+ },
{ }
};