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:
8bfc6d2
)
ASoC: rt5640: Add the rt5639 support to the OF match table
author
Oder Chiou
<oder_chiou@realtek.com>
Mon, 28 Apr 2014 08:55:21 +0000
(16:55 +0800)
committer
Mark Brown
<broonie@linaro.org>
Mon, 28 Apr 2014 09:08:09 +0000
(10:08 +0100)
The patch adds the rt5639 support to the OF match table.
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/rt5640.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/rt5640.c
b/sound/soc/codecs/rt5640.c
index 79635ee42a61f1f6465b95a594eaef8d8fd7848e..2133fa0c511488f0f3a161edb69b4034b280c931 100644
(file)
--- a/
sound/soc/codecs/rt5640.c
+++ b/
sound/soc/codecs/rt5640.c
@@
-2157,6
+2157,7
@@
MODULE_DEVICE_TABLE(i2c, rt5640_i2c_id);
#if defined(CONFIG_OF)
static const struct of_device_id rt5640_of_match[] = {
+ { .compatible = "realtek,rt5639", },
{ .compatible = "realtek,rt5640", },
{},
};