[PATCH 0/4] ASoC: renesas: enable COMPILE_TEST

Kuninori Morimoto <[email protected]> Fri, 31 Jul 2026 02:46:19 +0000
Newsgroups org.kernel.vger.linux-sound
Message-ID <[email protected]>
Hi Mark, Geert

This patch-set enable COMPILE_TEST for SuperH or SH-Mobile devices.

Because they have complex dependency, and/or no defconfig select them,
we can't compile them by all{yes/mod}config (= COMPILE_TEST).
So it is easy to be overlooked for compile test and/or ASoC updating.

Let's enable COMPILE_TEST for them when SuperH or SH-Mobile case.

Here, I guess ssi.c (for SuperH) have not been used during this 20 years.
It makes maintenance difficult. We can easy to get back by using git.
Let's remove it.

Kuninori Morimoto (4):
  ASoC: renesas: enable COMPILE_TEST for Migo-R / SIU
  ASoC: renesas: enable COMPILE_TEST for PCM SH7760
  ASoC: renesas: enable COMPILE_TEST for AC97 SH7760
  ASoC: renesas: remove ssi.c

 sound/soc/renesas/Kconfig  |  16 +-
 sound/soc/renesas/Makefile |   2 -
 sound/soc/renesas/hac.c    |   2 -
 sound/soc/renesas/migor.c  |   2 -
 sound/soc/renesas/ssi.c    | 403 -------------------------------------
 5 files changed, 6 insertions(+), 419 deletions(-)
 delete mode 100644 sound/soc/renesas/ssi.c

-- 
2.53.0