]> Pileus Git - ~andy/linux/commitdiff
ASoC: Remove redundant -codec from WM8750
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 3 Aug 2011 09:22:28 +0000 (18:22 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 14 Aug 2011 10:19:43 +0000 (19:19 +0900)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
sound/soc/codecs/wm8750.c
sound/soc/pxa/spitz.c
sound/soc/pxa/z2.c
sound/soc/samsung/jive_wm8750.c
sound/soc/samsung/smartq_wm8987.c

index bbb697470d82a438501e0771f1efa868c236a25c..3f2aeec309a72bcbe351ec31b1806b31df76caba 100644 (file)
@@ -795,7 +795,7 @@ MODULE_DEVICE_TABLE(spi, wm8750_spi_ids);
 
 static struct spi_driver wm8750_spi_driver = {
        .driver = {
-               .name   = "wm8750-codec",
+               .name   = "wm8750",
                .owner  = THIS_MODULE,
                .of_match_table = wm8750_of_match,
        },
@@ -842,7 +842,7 @@ MODULE_DEVICE_TABLE(i2c, wm8750_i2c_id);
 
 static struct i2c_driver wm8750_i2c_driver = {
        .driver = {
-               .name = "wm8750-codec",
+               .name = "wm8750",
                .owner = THIS_MODULE,
                .of_match_table = wm8750_of_match,
        },
index b253d864868a558001dd9e6e90b0e33d739a254d..ce920e3cfea1ff58e825236da133250831239a25 100644 (file)
@@ -312,7 +312,7 @@ static struct snd_soc_dai_link spitz_dai = {
        .cpu_dai_name = "pxa2xx-i2s",
        .codec_dai_name = "wm8750-hifi",
        .platform_name = "pxa-pcm-audio",
-       .codec_name = "wm8750-codec.0-001b",
+       .codec_name = "wm8750.0-001b",
        .init = spitz_wm8750_init,
        .ops = &spitz_ops,
 };
index d69d9fc32233f0f8935920fc4fb68dcb4e03f9f2..4b81ffd87566eeda0cb6b4f7ed53b52b9050a936 100644 (file)
@@ -198,7 +198,7 @@ static struct snd_soc_dai_link z2_dai = {
        .cpu_dai_name   = "pxa2xx-i2s",
        .codec_dai_name = "wm8750-hifi",
        .platform_name = "pxa-pcm-audio",
-       .codec_name     = "wm8750-codec.0-001b",
+       .codec_name     = "wm8750.0-001b",
        .init           = z2_wm8750_init,
        .ops            = &z2_ops,
 };
index 14eb6ea69e7c50f71791be271f17d5fd5c33f27f..ed8f13a29c859660afc4142ca1b945577f441506 100644 (file)
@@ -131,7 +131,7 @@ static struct snd_soc_dai_link jive_dai = {
        .cpu_dai_name   = "s3c2412-i2s",
        .codec_dai_name = "wm8750-hifi",
        .platform_name  = "samsung-audio",
-       .codec_name     = "wm8750-codec.0-001a",
+       .codec_name     = "wm8750.0-001a",
        .init           = jive_wm8750_init,
        .ops            = &jive_ops,
 };
index 0a2c4f22303811b55921452f783ae485fefb3bdd..bbd14768ecd3dafc559ecee6ddfff34d855cf2c5 100644 (file)
@@ -207,7 +207,7 @@ static struct snd_soc_dai_link smartq_dai[] = {
                .cpu_dai_name   = "samsung-i2s.0",
                .codec_dai_name = "wm8750-hifi",
                .platform_name  = "samsung-audio",
-               .codec_name     = "wm8750-codec.0-0x1a",
+               .codec_name     = "wm8750.0-0x1a",
                .init           = smartq_wm8987_init,
                .ops            = &smartq_hifi_ops,
        },