[alsa-devel] [PATCH] SoC: rt5640: Add the rt5639 support to the OF match table

Oder Chiou oder_chiou at realtek.com
Mon Apr 28 08:28:06 CEST 2014


The patch adds the rt5639 support to the OF match table.

Signed-off-by: Oder Chiou <oder_chiou at realtek.com>
---
 sound/soc/codecs/rt5640.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/codecs/rt5640.c b/sound/soc/codecs/rt5640.c
index 79635ee..f2cc3ed 100644
--- a/sound/soc/codecs/rt5640.c
+++ b/sound/soc/codecs/rt5640.c
@@ -2158,6 +2158,7 @@ MODULE_DEVICE_TABLE(i2c, rt5640_i2c_id);
 #if defined(CONFIG_OF)
 static const struct of_device_id rt5640_of_match[] = {
 	{ .compatible = "realtek,rt5640", },
+	{ .compatible = "realtek,rt5639", },
 	{},
 };
 MODULE_DEVICE_TABLE(of, rt5640_of_match);
-- 
1.8.1.1.439.g50a6b54



More information about the Alsa-devel mailing list