Commit 0473e61b authored by Mark Brown's avatar Mark Brown

ASoC: Remove some more redundant -codecs from driver names

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarLiam Girdwood <lrg@ti.com>
parent 5d5d09b2
...@@ -443,7 +443,7 @@ static int __devexit wm8711_spi_remove(struct spi_device *spi) ...@@ -443,7 +443,7 @@ static int __devexit wm8711_spi_remove(struct spi_device *spi)
static struct spi_driver wm8711_spi_driver = { static struct spi_driver wm8711_spi_driver = {
.driver = { .driver = {
.name = "wm8711-codec", .name = "wm8711",
.owner = THIS_MODULE, .owner = THIS_MODULE,
}, },
.probe = wm8711_spi_probe, .probe = wm8711_spi_probe,
...@@ -487,7 +487,7 @@ MODULE_DEVICE_TABLE(i2c, wm8711_i2c_id); ...@@ -487,7 +487,7 @@ MODULE_DEVICE_TABLE(i2c, wm8711_i2c_id);
static struct i2c_driver wm8711_i2c_driver = { static struct i2c_driver wm8711_i2c_driver = {
.driver = { .driver = {
.name = "wm8711-codec", .name = "wm8711",
.owner = THIS_MODULE, .owner = THIS_MODULE,
}, },
.probe = wm8711_i2c_probe, .probe = wm8711_i2c_probe,
......
...@@ -298,7 +298,7 @@ static int __devexit wm8728_spi_remove(struct spi_device *spi) ...@@ -298,7 +298,7 @@ static int __devexit wm8728_spi_remove(struct spi_device *spi)
static struct spi_driver wm8728_spi_driver = { static struct spi_driver wm8728_spi_driver = {
.driver = { .driver = {
.name = "wm8728-codec", .name = "wm8728",
.owner = THIS_MODULE, .owner = THIS_MODULE,
}, },
.probe = wm8728_spi_probe, .probe = wm8728_spi_probe,
...@@ -342,7 +342,7 @@ MODULE_DEVICE_TABLE(i2c, wm8728_i2c_id); ...@@ -342,7 +342,7 @@ MODULE_DEVICE_TABLE(i2c, wm8728_i2c_id);
static struct i2c_driver wm8728_i2c_driver = { static struct i2c_driver wm8728_i2c_driver = {
.driver = { .driver = {
.name = "wm8728-codec", .name = "wm8728",
.owner = THIS_MODULE, .owner = THIS_MODULE,
}, },
.probe = wm8728_i2c_probe, .probe = wm8728_i2c_probe,
......
...@@ -526,7 +526,7 @@ MODULE_DEVICE_TABLE(i2c, wm8741_i2c_id); ...@@ -526,7 +526,7 @@ MODULE_DEVICE_TABLE(i2c, wm8741_i2c_id);
static struct i2c_driver wm8741_i2c_driver = { static struct i2c_driver wm8741_i2c_driver = {
.driver = { .driver = {
.name = "wm8741-codec", .name = "wm8741",
.owner = THIS_MODULE, .owner = THIS_MODULE,
}, },
.probe = wm8741_i2c_probe, .probe = wm8741_i2c_probe,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment