mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
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:
parent
14c0c42374
commit
b23584d6ce
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user