From: Shengjiu Wang Date: Sat, 8 May 2021 10:46:47 +0000 (+0800) Subject: ASoC: ak5558: Correct the dai name for ak5552 X-Git-Tag: accepted/tizen/unified/20230118.172025~7091^2~1^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b23584d6ce0212b9ad6cb7be19a7123461ed9e09;p=platform%2Fkernel%2Flinux-rpi.git ASoC: ak5558: Correct the dai name for ak5552 Correct the dai name for ak5552. The name should be "ak5552-aif". Fixes: d8c5c82e4e5b ("ASoC: ak5558: Add support for ak5552") Signed-off-by: Shengjiu Wang Link: https://lore.kernel.org/r/1620470807-12056-1-git-send-email-shengjiu.wang@nxp.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/ak5558.c b/sound/soc/codecs/ak5558.c index 34aed80..37d4600 100644 --- a/sound/soc/codecs/ak5558.c +++ b/sound/soc/codecs/ak5558.c @@ -307,7 +307,7 @@ static struct snd_soc_dai_driver ak5558_dai = { }; static struct snd_soc_dai_driver ak5552_dai = { - .name = "ak5558-aif", + .name = "ak5552-aif", .capture = { .stream_name = "Capture", .channels_min = 1,