diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-08-03 05:22:28 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-08-14 06:19:43 -0400 |
commit | dc5de62be6138dd141e78a454e9af0fd88d1eec8 (patch) | |
tree | 813a565100d72b9343069d4f00cbb996f1abb9b8 /sound/soc | |
parent | 4b7ed83aa3c7f4b9fe363875440836e0f2aabbdf (diff) |
ASoC: Remove redundant -codec from WM8750
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/wm8750.c | 4 | ||||
-rw-r--r-- | sound/soc/pxa/spitz.c | 2 | ||||
-rw-r--r-- | sound/soc/pxa/z2.c | 2 | ||||
-rw-r--r-- | sound/soc/samsung/jive_wm8750.c | 2 | ||||
-rw-r--r-- | sound/soc/samsung/smartq_wm8987.c | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/sound/soc/codecs/wm8750.c b/sound/soc/codecs/wm8750.c index bbb697470d82..3f2aeec309a7 100644 --- a/sound/soc/codecs/wm8750.c +++ b/sound/soc/codecs/wm8750.c | |||
@@ -795,7 +795,7 @@ MODULE_DEVICE_TABLE(spi, wm8750_spi_ids); | |||
795 | 795 | ||
796 | static struct spi_driver wm8750_spi_driver = { | 796 | static struct spi_driver wm8750_spi_driver = { |
797 | .driver = { | 797 | .driver = { |
798 | .name = "wm8750-codec", | 798 | .name = "wm8750", |
799 | .owner = THIS_MODULE, | 799 | .owner = THIS_MODULE, |
800 | .of_match_table = wm8750_of_match, | 800 | .of_match_table = wm8750_of_match, |
801 | }, | 801 | }, |
@@ -842,7 +842,7 @@ MODULE_DEVICE_TABLE(i2c, wm8750_i2c_id); | |||
842 | 842 | ||
843 | static struct i2c_driver wm8750_i2c_driver = { | 843 | static struct i2c_driver wm8750_i2c_driver = { |
844 | .driver = { | 844 | .driver = { |
845 | .name = "wm8750-codec", | 845 | .name = "wm8750", |
846 | .owner = THIS_MODULE, | 846 | .owner = THIS_MODULE, |
847 | .of_match_table = wm8750_of_match, | 847 | .of_match_table = wm8750_of_match, |
848 | }, | 848 | }, |
diff --git a/sound/soc/pxa/spitz.c b/sound/soc/pxa/spitz.c index b253d864868a..ce920e3cfea1 100644 --- a/sound/soc/pxa/spitz.c +++ b/sound/soc/pxa/spitz.c | |||
@@ -312,7 +312,7 @@ static struct snd_soc_dai_link spitz_dai = { | |||
312 | .cpu_dai_name = "pxa2xx-i2s", | 312 | .cpu_dai_name = "pxa2xx-i2s", |
313 | .codec_dai_name = "wm8750-hifi", | 313 | .codec_dai_name = "wm8750-hifi", |
314 | .platform_name = "pxa-pcm-audio", | 314 | .platform_name = "pxa-pcm-audio", |
315 | .codec_name = "wm8750-codec.0-001b", | 315 | .codec_name = "wm8750.0-001b", |
316 | .init = spitz_wm8750_init, | 316 | .init = spitz_wm8750_init, |
317 | .ops = &spitz_ops, | 317 | .ops = &spitz_ops, |
318 | }; | 318 | }; |
diff --git a/sound/soc/pxa/z2.c b/sound/soc/pxa/z2.c index d69d9fc32233..4b81ffd87566 100644 --- a/sound/soc/pxa/z2.c +++ b/sound/soc/pxa/z2.c | |||
@@ -198,7 +198,7 @@ static struct snd_soc_dai_link z2_dai = { | |||
198 | .cpu_dai_name = "pxa2xx-i2s", | 198 | .cpu_dai_name = "pxa2xx-i2s", |
199 | .codec_dai_name = "wm8750-hifi", | 199 | .codec_dai_name = "wm8750-hifi", |
200 | .platform_name = "pxa-pcm-audio", | 200 | .platform_name = "pxa-pcm-audio", |
201 | .codec_name = "wm8750-codec.0-001b", | 201 | .codec_name = "wm8750.0-001b", |
202 | .init = z2_wm8750_init, | 202 | .init = z2_wm8750_init, |
203 | .ops = &z2_ops, | 203 | .ops = &z2_ops, |
204 | }; | 204 | }; |
diff --git a/sound/soc/samsung/jive_wm8750.c b/sound/soc/samsung/jive_wm8750.c index 14eb6ea69e7c..ed8f13a29c85 100644 --- a/sound/soc/samsung/jive_wm8750.c +++ b/sound/soc/samsung/jive_wm8750.c | |||
@@ -131,7 +131,7 @@ static struct snd_soc_dai_link jive_dai = { | |||
131 | .cpu_dai_name = "s3c2412-i2s", | 131 | .cpu_dai_name = "s3c2412-i2s", |
132 | .codec_dai_name = "wm8750-hifi", | 132 | .codec_dai_name = "wm8750-hifi", |
133 | .platform_name = "samsung-audio", | 133 | .platform_name = "samsung-audio", |
134 | .codec_name = "wm8750-codec.0-001a", | 134 | .codec_name = "wm8750.0-001a", |
135 | .init = jive_wm8750_init, | 135 | .init = jive_wm8750_init, |
136 | .ops = &jive_ops, | 136 | .ops = &jive_ops, |
137 | }; | 137 | }; |
diff --git a/sound/soc/samsung/smartq_wm8987.c b/sound/soc/samsung/smartq_wm8987.c index 0a2c4f223038..bbd14768ecd3 100644 --- a/sound/soc/samsung/smartq_wm8987.c +++ b/sound/soc/samsung/smartq_wm8987.c | |||
@@ -207,7 +207,7 @@ static struct snd_soc_dai_link smartq_dai[] = { | |||
207 | .cpu_dai_name = "samsung-i2s.0", | 207 | .cpu_dai_name = "samsung-i2s.0", |
208 | .codec_dai_name = "wm8750-hifi", | 208 | .codec_dai_name = "wm8750-hifi", |
209 | .platform_name = "samsung-audio", | 209 | .platform_name = "samsung-audio", |
210 | .codec_name = "wm8750-codec.0-0x1a", | 210 | .codec_name = "wm8750.0-0x1a", |
211 | .init = smartq_wm8987_init, | 211 | .init = smartq_wm8987_init, |
212 | .ops = &smartq_hifi_ops, | 212 | .ops = &smartq_hifi_ops, |
213 | }, | 213 | }, |