Commit 69b91bc1 authored by Mark Brown's avatar Mark Brown

ASoC: Fix CODEC DAI names for Goni

Immediately after sending the last fix I realised that the CODEC DAI names
also don't correspond to the WM8994 driver. Update the DAI names to match.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarJassi Brar <jassisinghbrar@gmail.com>
Acked-by: default avatarLiam Girdwood <lrg@ti.com>
parent 1270b01f
...@@ -236,7 +236,7 @@ static struct snd_soc_dai_link goni_dai[] = { ...@@ -236,7 +236,7 @@ static struct snd_soc_dai_link goni_dai[] = {
.name = "WM8994", .name = "WM8994",
.stream_name = "WM8994 HiFi", .stream_name = "WM8994 HiFi",
.cpu_dai_name = "samsung-i2s.0", .cpu_dai_name = "samsung-i2s.0",
.codec_dai_name = "wm8994-hifi", .codec_dai_name = "wm8994-aif1",
.platform_name = "samsung-audio", .platform_name = "samsung-audio",
.codec_name = "wm8994-codec.0-001a", .codec_name = "wm8994-codec.0-001a",
.init = goni_wm8994_init, .init = goni_wm8994_init,
...@@ -245,7 +245,7 @@ static struct snd_soc_dai_link goni_dai[] = { ...@@ -245,7 +245,7 @@ static struct snd_soc_dai_link goni_dai[] = {
.name = "WM8994 Voice", .name = "WM8994 Voice",
.stream_name = "Voice", .stream_name = "Voice",
.cpu_dai_name = "goni-voice-dai", .cpu_dai_name = "goni-voice-dai",
.codec_dai_name = "wm8994-voice", .codec_dai_name = "wm8994-aif2",
.platform_name = "samsung-audio", .platform_name = "samsung-audio",
.codec_name = "wm8994-codec.0-001a", .codec_name = "wm8994-codec.0-001a",
.ops = &goni_voice_ops, .ops = &goni_voice_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