summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt5640.c
diff options
context:
space:
mode:
authorOder Chiou <oder_chiou@realtek.com>2014-04-28 08:55:21 (GMT)
committerMark Brown <broonie@linaro.org>2014-04-28 09:08:09 (GMT)
commit33fcec2920bb07775a2adc4de77e928114e44b69 (patch)
treead50f6edb1d8f074186cb01ecb3a33084570e9af /sound/soc/codecs/rt5640.c
parent8bfc6d2d1b6266e8da2a7cf89e8d05e2ea8b09e5 (diff)
downloadlinux-33fcec2920bb07775a2adc4de77e928114e44b69.tar.xz
ASoC: rt5640: Add the rt5639 support to the OF match table
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>
Diffstat (limited to 'sound/soc/codecs/rt5640.c')
-rw-r--r--sound/soc/codecs/rt5640.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5640.c b/sound/soc/codecs/rt5640.c
index 79635ee..2133fa0 100644
--- 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", },
{},
};