* [PATCH] ASoC: Remove redundant -codec from WM8776 driver name
@ 2011-08-29 13:26 Mark Brown
2011-08-30 15:44 ` Timur Tabi
2011-08-31 10:28 ` Liam Girdwood
0 siblings, 2 replies; 3+ messages in thread
From: Mark Brown @ 2011-08-29 13:26 UTC (permalink / raw)
To: Liam Girdwood; +Cc: alsa-devel, patches, Timur Tabi, Mark Brown
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
sound/soc/codecs/wm8776.c | 4 ++--
sound/soc/fsl/p1022_ds.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sound/soc/codecs/wm8776.c b/sound/soc/codecs/wm8776.c
index 8e7953b..367a990 100644
--- a/sound/soc/codecs/wm8776.c
+++ b/sound/soc/codecs/wm8776.c
@@ -481,7 +481,7 @@ static int __devexit wm8776_spi_remove(struct spi_device *spi)
static struct spi_driver wm8776_spi_driver = {
.driver = {
- .name = "wm8776-codec",
+ .name = "wm8776",
.owner = THIS_MODULE,
},
.probe = wm8776_spi_probe,
@@ -525,7 +525,7 @@ MODULE_DEVICE_TABLE(i2c, wm8776_i2c_id);
static struct i2c_driver wm8776_i2c_driver = {
.driver = {
- .name = "wm8776-codec",
+ .name = "wm8776",
.owner = THIS_MODULE,
},
.probe = wm8776_i2c_probe,
diff --git a/sound/soc/fsl/p1022_ds.c b/sound/soc/fsl/p1022_ds.c
index fcb862e..e8849ed 100644
--- a/sound/soc/fsl/p1022_ds.c
+++ b/sound/soc/fsl/p1022_ds.c
@@ -267,7 +267,7 @@ static int codec_node_dev_name(struct device_node *np, char *buf, size_t len)
if (bus < 0)
return bus;
- snprintf(buf, len, "%s-codec.%u-%04x", temp, bus, addr);
+ snprintf(buf, len, "%s.%u-%04x", temp, bus, addr);
return 0;
}
--
1.7.5.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: Remove redundant -codec from WM8776 driver name
2011-08-29 13:26 [PATCH] ASoC: Remove redundant -codec from WM8776 driver name Mark Brown
@ 2011-08-30 15:44 ` Timur Tabi
2011-08-31 10:28 ` Liam Girdwood
1 sibling, 0 replies; 3+ messages in thread
From: Timur Tabi @ 2011-08-30 15:44 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, patches, Liam Girdwood
Mark Brown wrote:
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Timur Tabi <timur@freescale.com>
--
Timur Tabi
Linux kernel developer at Freescale
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: Remove redundant -codec from WM8776 driver name
2011-08-29 13:26 [PATCH] ASoC: Remove redundant -codec from WM8776 driver name Mark Brown
2011-08-30 15:44 ` Timur Tabi
@ 2011-08-31 10:28 ` Liam Girdwood
1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2011-08-31 10:28 UTC (permalink / raw)
To: Mark Brown
Cc: alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com,
Timur Tabi
On 29/08/11 14:26, Mark Brown wrote:
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
> sound/soc/codecs/wm8776.c | 4 ++--
> sound/soc/fsl/p1022_ds.c | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
Acked-by: Liam Girdwood <lrg@ti.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-31 10:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-29 13:26 [PATCH] ASoC: Remove redundant -codec from WM8776 driver name Mark Brown
2011-08-30 15:44 ` Timur Tabi
2011-08-31 10:28 ` Liam Girdwood
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.