projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4a6360
)
ASoC: rt5645: Add dmi_system_id "Google Setzer"
author
John Lin
<john.lin@realtek.com>
Mon, 15 Feb 2016 02:40:17 +0000
(10:40 +0800)
committer
Mark Brown
<broonie@kernel.org>
Mon, 21 Mar 2016 18:39:04 +0000
(18:39 +0000)
Add platform specific data for Setzer 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 7af5e7380d61e45658feb4ba190b2e2a7cd8efec..dff706ac789509a488b3dfaf5beefc7a791cf657 100644
(file)
--- a/
sound/soc/codecs/rt5645.c
+++ b/
sound/soc/codecs/rt5645.c
@@
-3557,6
+3557,12
@@
static const struct dmi_system_id dmi_platform_intel_braswell[] = {
DMI_MATCH(DMI_SYS_VENDOR, "GOOGLE"),
},
},
+ {
+ .ident = "Google Setzer",
+ .matches = {
+ DMI_MATCH(DMI_PRODUCT_NAME, "Setzer"),
+ },
+ },
{ }
};