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

Commit 43c63188 authored by Eric Bénard's avatar Eric Bénard Committed by Mark Brown
Browse files

eukrea-tlv320: fix platform_name



commit f0fba2ad included a mistake
on the name of the platform in the snd_soc_dai_link structure.

Signed-off-by: default avatarEric Bénard <eric@eukrea.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@kernel.org
parent 4bfc4e25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ static struct snd_soc_dai_link eukrea_tlv320_dai = {
	.name		= "tlv320aic23",
	.stream_name	= "TLV320AIC23",
	.codec_dai_name	= "tlv320aic23-hifi",
	.platform_name	= "imx-pcm-audio.0",
	.platform_name	= "imx-fiq-pcm-audio.0",
	.codec_name	= "tlv320aic23-codec.0-001a",
	.cpu_dai_name	= "imx-ssi.0",
	.ops		= &eukrea_tlv320_snd_ops,