diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-03-27 09:35:15 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-03-29 18:15:33 -0400 |
commit | 99b59f3ccb72c15f13169236eda16682930e47f0 (patch) | |
tree | 10f385be8136a658d204b8c16dfee28d9384e017 | |
parent | 5e251aecbd4a4bf3ff0b0ff04653afa4d01eba54 (diff) |
ASoC: Remove -codec from WM8731 driver name
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
-rw-r--r-- | sound/soc/atmel/sam9g20_wm8731.c | 2 | ||||
-rw-r--r-- | sound/soc/au1x/db1200.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/wm8731.c | 4 | ||||
-rw-r--r-- | sound/soc/pxa/corgi.c | 2 | ||||
-rw-r--r-- | sound/soc/pxa/poodle.c | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/sound/soc/atmel/sam9g20_wm8731.c b/sound/soc/atmel/sam9g20_wm8731.c index af3c73053ee4..28afbbf69ce0 100644 --- a/sound/soc/atmel/sam9g20_wm8731.c +++ b/sound/soc/atmel/sam9g20_wm8731.c | |||
@@ -184,7 +184,7 @@ static struct snd_soc_dai_link at91sam9g20ek_dai = { | |||
184 | .codec_dai_name = "wm8731-hifi", | 184 | .codec_dai_name = "wm8731-hifi", |
185 | .init = at91sam9g20ek_wm8731_init, | 185 | .init = at91sam9g20ek_wm8731_init, |
186 | .platform_name = "atmel-pcm-audio", | 186 | .platform_name = "atmel-pcm-audio", |
187 | .codec_name = "wm8731-codec.0-001b", | 187 | .codec_name = "wm8731.0-001b", |
188 | .ops = &at91sam9g20ek_ops, | 188 | .ops = &at91sam9g20ek_ops, |
189 | }; | 189 | }; |
190 | 190 | ||
diff --git a/sound/soc/au1x/db1200.c b/sound/soc/au1x/db1200.c index cb99f04abe88..1d3e258c9ea8 100644 --- a/sound/soc/au1x/db1200.c +++ b/sound/soc/au1x/db1200.c | |||
@@ -77,7 +77,7 @@ static struct snd_soc_dai_link db1200_i2s_dai = { | |||
77 | .codec_dai_name = "wm8731-hifi", | 77 | .codec_dai_name = "wm8731-hifi", |
78 | .cpu_dai_name = "au1xpsc_i2s.1", | 78 | .cpu_dai_name = "au1xpsc_i2s.1", |
79 | .platform_name = "au1xpsc-pcm.1", | 79 | .platform_name = "au1xpsc-pcm.1", |
80 | .codec_name = "wm8731-codec.0-001b", | 80 | .codec_name = "wm8731.0-001b", |
81 | .ops = &db1200_i2s_wm8731_ops, | 81 | .ops = &db1200_i2s_wm8731_ops, |
82 | }; | 82 | }; |
83 | 83 | ||
diff --git a/sound/soc/codecs/wm8731.c b/sound/soc/codecs/wm8731.c index 44a591e82558..6dec7cee2cb4 100644 --- a/sound/soc/codecs/wm8731.c +++ b/sound/soc/codecs/wm8731.c | |||
@@ -659,7 +659,7 @@ static int __devexit wm8731_spi_remove(struct spi_device *spi) | |||
659 | 659 | ||
660 | static struct spi_driver wm8731_spi_driver = { | 660 | static struct spi_driver wm8731_spi_driver = { |
661 | .driver = { | 661 | .driver = { |
662 | .name = "wm8731-codec", | 662 | .name = "wm8731", |
663 | .owner = THIS_MODULE, | 663 | .owner = THIS_MODULE, |
664 | }, | 664 | }, |
665 | .probe = wm8731_spi_probe, | 665 | .probe = wm8731_spi_probe, |
@@ -703,7 +703,7 @@ MODULE_DEVICE_TABLE(i2c, wm8731_i2c_id); | |||
703 | 703 | ||
704 | static struct i2c_driver wm8731_i2c_driver = { | 704 | static struct i2c_driver wm8731_i2c_driver = { |
705 | .driver = { | 705 | .driver = { |
706 | .name = "wm8731-codec", | 706 | .name = "wm8731", |
707 | .owner = THIS_MODULE, | 707 | .owner = THIS_MODULE, |
708 | }, | 708 | }, |
709 | .probe = wm8731_i2c_probe, | 709 | .probe = wm8731_i2c_probe, |
diff --git a/sound/soc/pxa/corgi.c b/sound/soc/pxa/corgi.c index 9027da466cae..28757fb9df31 100644 --- a/sound/soc/pxa/corgi.c +++ b/sound/soc/pxa/corgi.c | |||
@@ -310,7 +310,7 @@ static struct snd_soc_dai_link corgi_dai = { | |||
310 | .cpu_dai_name = "pxa2xx-i2s", | 310 | .cpu_dai_name = "pxa2xx-i2s", |
311 | .codec_dai_name = "wm8731-hifi", | 311 | .codec_dai_name = "wm8731-hifi", |
312 | .platform_name = "pxa-pcm-audio", | 312 | .platform_name = "pxa-pcm-audio", |
313 | .codec_name = "wm8731-codec.0-001b", | 313 | .codec_name = "wm8731.0-001b", |
314 | .init = corgi_wm8731_init, | 314 | .init = corgi_wm8731_init, |
315 | .ops = &corgi_ops, | 315 | .ops = &corgi_ops, |
316 | }; | 316 | }; |
diff --git a/sound/soc/pxa/poodle.c b/sound/soc/pxa/poodle.c index a7d4999f9b24..da3ae4316cf2 100644 --- a/sound/soc/pxa/poodle.c +++ b/sound/soc/pxa/poodle.c | |||
@@ -276,7 +276,7 @@ static struct snd_soc_dai_link poodle_dai = { | |||
276 | .cpu_dai_name = "pxa2xx-i2s", | 276 | .cpu_dai_name = "pxa2xx-i2s", |
277 | .codec_dai_name = "wm8731-hifi", | 277 | .codec_dai_name = "wm8731-hifi", |
278 | .platform_name = "pxa-pcm-audio", | 278 | .platform_name = "pxa-pcm-audio", |
279 | .codec_name = "wm8731-codec.0-001b", | 279 | .codec_name = "wm8731.0-001b", |
280 | .init = poodle_wm8731_init, | 280 | .init = poodle_wm8731_init, |
281 | .ops = &poodle_ops, | 281 | .ops = &poodle_ops, |
282 | }; | 282 | }; |