Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8ad38b8 authored by Mike Frysinger's avatar Mike Frysinger Committed by Mark Brown
Browse files

ASoC: Blackfin: drop "-codec" from codec names



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: default avatarMike Frysinger <vapier@gentoo.org>
Acked-by: default avatarLiam Girdwood <lrg@ti.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent f04cd9cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
};

+1 −1
Original line number Diff line number Diff line
@@ -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,
};

+1 −1
Original line number Diff line number Diff line
@@ -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,
};

+1 −1
Original line number Diff line number Diff line
@@ -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,
};

+1 −1
Original line number Diff line number Diff line
@@ -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,
};