Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: boards: Fix Sound Simple-Card struct name

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

Fixes: ad484cc98f2 ("ASoC: remove asoc_xxx() compatible macro")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202309280417.rOLRdrdM-lkp@intel.com/
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87ttrfgo3j.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kuninori Morimoto and committed by
Mark Brown
6d925797 3efcb471

+2 -2
+1 -1
arch/sh/boards/mach-ecovec24/setup.c
··· 881 881 .resource = fsi_resources, 882 882 }; 883 883 884 - static struct asoc_simple_card_info fsi_da7210_info = { 884 + static struct simple_util_info fsi_da7210_info = { 885 885 .name = "DA7210", 886 886 .card = "FSIB-DA7210", 887 887 .codec = "da7210.0-001a",
+1 -1
arch/sh/boards/mach-se/7724/setup.c
··· 300 300 .resource = fsi_resources, 301 301 }; 302 302 303 - static struct asoc_simple_card_info fsi_ak4642_info = { 303 + static struct simple_util_info fsi_ak4642_info = { 304 304 .name = "AK4642", 305 305 .card = "FSIA-AK4642", 306 306 .codec = "ak4642-codec.0-0012",