ASoC: ak5558: Correct the dai name for ak5552

Correct the dai name for ak5552. The name should be "ak5552-aif".

Fixes: d8c5c82e4e ("ASoC: ak5558: Add support for ak5552")
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://lore.kernel.org/r/1620470807-12056-1-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Shengjiu Wang 2021-05-08 18:46:47 +08:00 committed by Mark Brown
parent 14c0c42374
commit b23584d6ce
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -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,