ASoC: rt5640: Add the rt5639 support to the OF match table
authorOder Chiou <[email protected]>
Mon, 28 Apr 2014 08:55:21 +0000 (16:55 +0800)
committerMark Brown <[email protected]>
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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/codecs/rt5640.c

index 79635ee42a61f1f6465b95a594eaef8d8fd7848e..2133fa0c511488f0f3a161edb69b4034b280c931 100644 (file)
@@ -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", },
        {},
 };