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

Commit 1270b01f authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Fix CODEC name in Goni



This was typoed at some point in the multi-component merge, though the
driver was added along with that.

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 db92f437
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ static struct snd_soc_dai_link goni_dai[] = {
	.cpu_dai_name = "samsung-i2s.0",
	.codec_dai_name = "wm8994-hifi",
	.platform_name = "samsung-audio",
	.codec_name = "wm8994-codec.0-0x1a",
	.codec_name = "wm8994-codec.0-001a",
	.init = goni_wm8994_init,
	.ops = &goni_hifi_ops,
}, {
@@ -247,7 +247,7 @@ static struct snd_soc_dai_link goni_dai[] = {
	.cpu_dai_name = "goni-voice-dai",
	.codec_dai_name = "wm8994-voice",
	.platform_name = "samsung-audio",
	.codec_name = "wm8994-codec.0-0x1a",
	.codec_name = "wm8994-codec.0-001a",
	.ops = &goni_voice_ops,
},
};