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:
c962d03
)
ASoC: rt5645: Add dmi "Google Reks" for chrome
author
John Lin
<john.lin@realtek.com>
Mon, 21 Sep 2015 10:38:19 +0000
(18:38 +0800)
committer
Mark Brown
<broonie@kernel.org>
Thu, 22 Oct 2015 16:41:10 +0000
(
01:41
+0900)
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 b3eff733d778187920dce5ac8f21a0b3f7bac109..65ea712cef8264ec960ebdf67385b531933d7569 100644
(file)
--- a/
sound/soc/codecs/rt5645.c
+++ b/
sound/soc/codecs/rt5645.c
@@
-3228,6
+3228,13
@@
static const struct dmi_system_id dmi_platform_intel_braswell[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Ultima"),
},
},
+ {
+ .ident = "Google Reks",
+ .callback = strago_quirk_cb,
+ .matches = {
+ DMI_MATCH(DMI_PRODUCT_NAME, "Reks"),
+ },
+ },
{ }
};