From: Oder Chiou Date: Mon, 28 Apr 2014 08:55:21 +0000 (+0800) Subject: ASoC: rt5640: Add the rt5639 support to the OF match table X-Git-Tag: v4.14-rc1~7368^2~24^2~4^3~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=33fcec2920bb07775a2adc4de77e928114e44b69;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Mark Brown --- 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", }, {}, };