All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] SoC: rt5640: Add the rt5639 support to the OF match table
@ 2014-04-28  8:55 Oder Chiou
  0 siblings, 0 replies; 3+ messages in thread
From: Oder Chiou @ 2014-04-28  8:55 UTC (permalink / raw)
  To: broonie, lgirdwood; +Cc: oder_chiou, bardliao, alsa-devel, flove

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

Signed-off-by: Oder Chiou <oder_chiou@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..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", },
 	{},
 };
-- 
1.8.1.1.439.g50a6b54

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] SoC: rt5640: Add the rt5639 support to the OF match table
  2014-04-28  6:28 Oder Chiou
@ 2014-04-28  8:48 ` Mark Brown
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2014-04-28  8:48 UTC (permalink / raw)
  To: Oder Chiou; +Cc: bardliao, alsa-devel, lgirdwood, flove


[-- Attachment #1.1: Type: text/plain, Size: 266 bytes --]

On Mon, Apr 28, 2014 at 02:28:06PM +0800, Oder Chiou wrote:

>  #if defined(CONFIG_OF)
>  static const struct of_device_id rt5640_of_match[] = {
>  	{ .compatible = "realtek,rt5640", },
> +	{ .compatible = "realtek,rt5639", },
>  	{},

Please keep the table sorted.

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] SoC: rt5640: Add the rt5639 support to the OF match table
@ 2014-04-28  6:28 Oder Chiou
  2014-04-28  8:48 ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Oder Chiou @ 2014-04-28  6:28 UTC (permalink / raw)
  To: broonie, lgirdwood; +Cc: oder_chiou, bardliao, alsa-devel, flove

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

Signed-off-by: Oder Chiou <oder_chiou@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-04-28  8:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-28  8:55 [PATCH] SoC: rt5640: Add the rt5639 support to the OF match table Oder Chiou
  -- strict thread matches above, loose matches on Subject: below --
2014-04-28  6:28 Oder Chiou
2014-04-28  8:48 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.