Commit 5d5d09b2 authored by Mark Brown's avatar Mark Brown

ASoC: Update SMDKs for WM8580 -codec removal

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarLiam Girdwood <lrg@ti.com>
parent 6f1a7767
...@@ -210,7 +210,7 @@ static struct snd_soc_dai_link smdk_dai[] = { ...@@ -210,7 +210,7 @@ static struct snd_soc_dai_link smdk_dai[] = {
.cpu_dai_name = "samsung-i2s.0", .cpu_dai_name = "samsung-i2s.0",
.codec_dai_name = "wm8580-hifi-playback", .codec_dai_name = "wm8580-hifi-playback",
.platform_name = "samsung-audio", .platform_name = "samsung-audio",
.codec_name = "wm8580-codec.0-001b", .codec_name = "wm8580.0-001b",
.init = smdk_wm8580_init_paifrx, .init = smdk_wm8580_init_paifrx,
.ops = &smdk_ops, .ops = &smdk_ops,
}, },
...@@ -220,7 +220,7 @@ static struct snd_soc_dai_link smdk_dai[] = { ...@@ -220,7 +220,7 @@ static struct snd_soc_dai_link smdk_dai[] = {
.cpu_dai_name = "samsung-i2s.0", .cpu_dai_name = "samsung-i2s.0",
.codec_dai_name = "wm8580-hifi-capture", .codec_dai_name = "wm8580-hifi-capture",
.platform_name = "samsung-audio", .platform_name = "samsung-audio",
.codec_name = "wm8580-codec.0-001b", .codec_name = "wm8580.0-001b",
.init = smdk_wm8580_init_paiftx, .init = smdk_wm8580_init_paiftx,
.ops = &smdk_ops, .ops = &smdk_ops,
}, },
...@@ -230,7 +230,7 @@ static struct snd_soc_dai_link smdk_dai[] = { ...@@ -230,7 +230,7 @@ static struct snd_soc_dai_link smdk_dai[] = {
.cpu_dai_name = "samsung-i2s.x", .cpu_dai_name = "samsung-i2s.x",
.codec_dai_name = "wm8580-hifi-playback", .codec_dai_name = "wm8580-hifi-playback",
.platform_name = "samsung-audio", .platform_name = "samsung-audio",
.codec_name = "wm8580-codec.0-001b", .codec_name = "wm8580.0-001b",
.init = smdk_wm8580_init_paifrx, .init = smdk_wm8580_init_paifrx,
.ops = &smdk_ops, .ops = &smdk_ops,
}, },
......
...@@ -127,7 +127,7 @@ static struct snd_soc_dai_link smdk_dai[] = { ...@@ -127,7 +127,7 @@ static struct snd_soc_dai_link smdk_dai[] = {
.cpu_dai_name = "samsung-pcm.0", .cpu_dai_name = "samsung-pcm.0",
.codec_dai_name = "wm8580-hifi-playback", .codec_dai_name = "wm8580-hifi-playback",
.platform_name = "samsung-audio", .platform_name = "samsung-audio",
.codec_name = "wm8580-codec.0-001b", .codec_name = "wm8580.0-001b",
.ops = &smdk_wm8580_pcm_ops, .ops = &smdk_wm8580_pcm_ops,
}, { }, {
.name = "WM8580 PAIF PCM TX", .name = "WM8580 PAIF PCM TX",
...@@ -135,7 +135,7 @@ static struct snd_soc_dai_link smdk_dai[] = { ...@@ -135,7 +135,7 @@ static struct snd_soc_dai_link smdk_dai[] = {
.cpu_dai_name = "samsung-pcm.0", .cpu_dai_name = "samsung-pcm.0",
.codec_dai_name = "wm8580-hifi-capture", .codec_dai_name = "wm8580-hifi-capture",
.platform_name = "samsung-audio", .platform_name = "samsung-audio",
.codec_name = "wm8580-codec.0-001b", .codec_name = "wm8580.0-001b",
.ops = &smdk_wm8580_pcm_ops, .ops = &smdk_wm8580_pcm_ops,
}, },
}; };
......
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