Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: Remove -codec from WM8523 driver name
@ 2011-08-02  4:54 Mark Brown
  2011-08-02  4:54 ` [PATCH 2/2] ASoC: Remove redundant -codec from WM8580 " Mark Brown
  2011-08-02  8:53 ` [PATCH 1/2] ASoC: Remove -codec from WM8523 " Liam Girdwood
  0 siblings, 2 replies; 4+ messages in thread
From: Mark Brown @ 2011-08-02  4:54 UTC (permalink / raw)
  To: Liam Girdwood; +Cc: alsa-devel, patches, Mark Brown

It's redundant to specify it.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/codecs/wm8523.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/codecs/wm8523.c b/sound/soc/codecs/wm8523.c
index 4fd4d8d..1312009 100644
--- a/sound/soc/codecs/wm8523.c
+++ b/sound/soc/codecs/wm8523.c
@@ -551,7 +551,7 @@ MODULE_DEVICE_TABLE(i2c, wm8523_i2c_id);
 
 static struct i2c_driver wm8523_i2c_driver = {
 	.driver = {
-		.name = "wm8523-codec",
+		.name = "wm8523",
 		.owner = THIS_MODULE,
 	},
 	.probe =    wm8523_i2c_probe,
-- 
1.7.5.4

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

* [PATCH 2/2] ASoC: Remove redundant -codec from WM8580 driver name
  2011-08-02  4:54 [PATCH 1/2] ASoC: Remove -codec from WM8523 driver name Mark Brown
@ 2011-08-02  4:54 ` Mark Brown
  2011-08-02  8:53   ` Liam Girdwood
  2011-08-02  8:53 ` [PATCH 1/2] ASoC: Remove -codec from WM8523 " Liam Girdwood
  1 sibling, 1 reply; 4+ messages in thread
From: Mark Brown @ 2011-08-02  4:54 UTC (permalink / raw)
  To: Liam Girdwood; +Cc: alsa-devel, patches, Mark Brown

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/codecs/wm8580.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/codecs/wm8580.c b/sound/soc/codecs/wm8580.c
index 4bbc0a7..95ac665 100644
--- a/sound/soc/codecs/wm8580.c
+++ b/sound/soc/codecs/wm8580.c
@@ -943,7 +943,7 @@ MODULE_DEVICE_TABLE(i2c, wm8580_i2c_id);
 
 static struct i2c_driver wm8580_i2c_driver = {
 	.driver = {
-		.name = "wm8580-codec",
+		.name = "wm8580",
 		.owner = THIS_MODULE,
 	},
 	.probe =    wm8580_i2c_probe,
-- 
1.7.5.4

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

* Re: [PATCH 1/2] ASoC: Remove -codec from WM8523 driver name
  2011-08-02  4:54 [PATCH 1/2] ASoC: Remove -codec from WM8523 driver name Mark Brown
  2011-08-02  4:54 ` [PATCH 2/2] ASoC: Remove redundant -codec from WM8580 " Mark Brown
@ 2011-08-02  8:53 ` Liam Girdwood
  1 sibling, 0 replies; 4+ messages in thread
From: Liam Girdwood @ 2011-08-02  8:53 UTC (permalink / raw)
  To: Mark Brown
  Cc: alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com

On 02/08/11 05:54, Mark Brown wrote:
> It's redundant to specify it.
> 
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
>  sound/soc/codecs/wm8523.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/sound/soc/codecs/wm8523.c b/sound/soc/codecs/wm8523.c
> index 4fd4d8d..1312009 100644
> --- a/sound/soc/codecs/wm8523.c
> +++ b/sound/soc/codecs/wm8523.c
> @@ -551,7 +551,7 @@ MODULE_DEVICE_TABLE(i2c, wm8523_i2c_id);
>  
>  static struct i2c_driver wm8523_i2c_driver = {
>  	.driver = {
> -		.name = "wm8523-codec",
> +		.name = "wm8523",
>  		.owner = THIS_MODULE,
>  	},
>  	.probe =    wm8523_i2c_probe,

Acked-by: Liam Girdwood <lrg@ti.com>

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

* Re: [PATCH 2/2] ASoC: Remove redundant -codec from WM8580 driver name
  2011-08-02  4:54 ` [PATCH 2/2] ASoC: Remove redundant -codec from WM8580 " Mark Brown
@ 2011-08-02  8:53   ` Liam Girdwood
  0 siblings, 0 replies; 4+ messages in thread
From: Liam Girdwood @ 2011-08-02  8:53 UTC (permalink / raw)
  To: Mark Brown
  Cc: alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com

On 02/08/11 05:54, Mark Brown wrote:
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
>  sound/soc/codecs/wm8580.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/sound/soc/codecs/wm8580.c b/sound/soc/codecs/wm8580.c
> index 4bbc0a7..95ac665 100644
> --- a/sound/soc/codecs/wm8580.c
> +++ b/sound/soc/codecs/wm8580.c
> @@ -943,7 +943,7 @@ MODULE_DEVICE_TABLE(i2c, wm8580_i2c_id);
>  
>  static struct i2c_driver wm8580_i2c_driver = {
>  	.driver = {
> -		.name = "wm8580-codec",
> +		.name = "wm8580",
>  		.owner = THIS_MODULE,
>  	},
>  	.probe =    wm8580_i2c_probe,

Acked-by: Liam Girdwood <lrg@ti.com>

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

end of thread, other threads:[~2011-08-02  8:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-02  4:54 [PATCH 1/2] ASoC: Remove -codec from WM8523 driver name Mark Brown
2011-08-02  4:54 ` [PATCH 2/2] ASoC: Remove redundant -codec from WM8580 " Mark Brown
2011-08-02  8:53   ` Liam Girdwood
2011-08-02  8:53 ` [PATCH 1/2] ASoC: Remove -codec from WM8523 " Liam Girdwood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox