]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
ASoC: Blackfin: drop "-codec" from codec names
authorMike Frysinger <vapier@gentoo.org>
Mon, 28 Mar 2011 05:45:08 +0000 (01:45 -0400)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 29 Mar 2011 22:17:46 +0000 (07:17 +0900)
The recent multi-component patch incorrectly added "-codec" suffixes to
parts which are not MFD.  Drop the suffix from the machine drivers too.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/blackfin/bf5xx-ad1836.c
sound/soc/blackfin/bf5xx-ad193x.c
sound/soc/blackfin/bf5xx-ad1980.c
sound/soc/blackfin/bf5xx-ad73311.c
sound/soc/blackfin/bf5xx-ssm2602.c

index 83012da9dfc24969c14d01de5ccd1e0bc047cbd7..826bae696d36e59a1908bf4077f4ee3b0b32ae87 100644 (file)
@@ -85,7 +85,7 @@ static struct snd_soc_dai_link bf5xx_ad1836_dai = {
        .cpu_dai_name = "bf5xx-tdm",
        .codec_dai_name = "ad1836-hifi",
        .platform_name = "bf5xx-tdm-pcm-audio",
-       .codec_name = "ad1836-codec.0",
+       .codec_name = "ad1836.0",
        .ops = &bf5xx_ad1836_ops,
 };
 
index 33678828d57e8d5b3c8e3c0174aa284bc15a379e..5794d094d0034bf7cbfc2689d18d8e46648f9a06 100644 (file)
@@ -113,7 +113,7 @@ static struct snd_soc_dai_link bf5xx_ad193x_dai = {
        .cpu_dai_name = "bf5xx-tdm",
        .codec_dai_name ="ad193x-hifi",
        .platform_name = "bf5xx-tdm-pcm-audio",
-       .codec_name = "ad193x-codec.5",
+       .codec_name = "ad193x.5",
        .ops = &bf5xx_ad193x_ops,
 };
 
index d57c9c9c9883207039174b71cdfa490b64109dfa..c147130a2e7ef024c7ee2f6de4a4210249179069 100644 (file)
@@ -73,7 +73,7 @@ static struct snd_soc_dai_link bf5xx_board_dai = {
        .cpu_dai_name = "bfin-ac97",
        .codec_dai_name = "ad1980-hifi",
        .platform_name = "bfin-pcm-audio",
-       .codec_name = "ad1980-codec",
+       .codec_name = "ad1980",
        .ops = &bf5xx_board_ops,
 };
 
index 732fb8bad076b6785b5a7572ef34652aa4ba465f..1655f950dfb4711822db087bdb845bbaafdbd4a6 100644 (file)
@@ -186,7 +186,7 @@ static struct snd_soc_dai_link bf5xx_ad73311_dai = {
        .cpu_dai_name = "bf5xx-i2s",
        .codec_dai_name = "ad73311-hifi",
        .platform_name = "bfin-pcm-audio",
-       .codec_name = "ad73311-codec",
+       .codec_name = "ad73311",
        .ops = &bf5xx_ad73311_ops,
 };
 
index ad28663f5bbdf3fe2ee53dacc57cd5ca46cfdb7a..732a02ffe68f094673658517affcdf2e257fab9b 100644 (file)
@@ -119,7 +119,7 @@ static struct snd_soc_dai_link bf5xx_ssm2602_dai = {
        .cpu_dai_name = "bf5xx-i2s",
        .codec_dai_name = "ssm2602-hifi",
        .platform_name = "bf5xx-pcm-audio",
-       .codec_name = "ssm2602-codec.0-001b",
+       .codec_name = "ssm2602.0-001b",
        .ops = &bf5xx_ssm2602_ops,
 };