Commit 6d925797 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Mark Brown

sh: boards: Fix Sound Simple-Card struct name

"asoc_simple_card_info" was renamed to "simple_util_info" by
commit ad484cc9 ("ASoC: remove asoc_xxx() compatible macro").
This patch fixup it For SH7724 boards.

Fixes: ad484cc9 ("ASoC: remove asoc_xxx() compatible macro")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202309280417.rOLRdrdM-lkp@intel.com/Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87ttrfgo3j.wl-kuninori.morimoto.gx@renesas.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 3efcb471
...@@ -881,7 +881,7 @@ static struct platform_device fsi_device = { ...@@ -881,7 +881,7 @@ static struct platform_device fsi_device = {
.resource = fsi_resources, .resource = fsi_resources,
}; };
static struct asoc_simple_card_info fsi_da7210_info = { static struct simple_util_info fsi_da7210_info = {
.name = "DA7210", .name = "DA7210",
.card = "FSIB-DA7210", .card = "FSIB-DA7210",
.codec = "da7210.0-001a", .codec = "da7210.0-001a",
......
...@@ -300,7 +300,7 @@ static struct platform_device fsi_device = { ...@@ -300,7 +300,7 @@ static struct platform_device fsi_device = {
.resource = fsi_resources, .resource = fsi_resources,
}; };
static struct asoc_simple_card_info fsi_ak4642_info = { static struct simple_util_info fsi_ak4642_info = {
.name = "AK4642", .name = "AK4642",
.card = "FSIA-AK4642", .card = "FSIA-AK4642",
.codec = "ak4642-codec.0-0012", .codec = "ak4642-codec.0-0012",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment