Re: [PATCH v2 2/4] ASoC: renesas: enable COMPILE_TEST for PCM SH7760
Mark Brown <[email protected]> Mon, 3 Aug 2026 19:04:44 +0100
| Newsgroups | org.kernel.vger.linux-sound |
|---|---|
| Message-ID | <[email protected]> |
--ZPtySfMzVqythYRM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Aug 03, 2026 at 01:55:29AM +0000, Kuninori Morimoto wrote: > PCM SH7760 is not compiled with COMPILE_TEST, and there is no defconfig > which selects it. So it is easy to be overlooked for compile test and/or > ASoC updating. > - depends on CPU_SUBTYPE_SH7760 && SH_DMABRG > + depends on SUPERH || ARCH_SHMOBILE > + depends on (CPU_SUBTYPE_SH7760 && SH_DMABRG) || COMPILE_TEST SH_DMABRG looks like an actual dependency, there's custom IRQ request and free functions which don't have stubs. --ZPtySfMzVqythYRM Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmpw2DsACgkQJNaLcl1U h9DFoAgAhuOJGptzTlZSq5r+uh7M2+eaE5tp/3/D7g1x815iYWbqqTo7c5oBYVnX 6LePqpX6V/0xyHOyZZJFmtMS6sY2mGzvoDZ1+ERicn3+0azpa957nUIj/9TAGHtW Zd2m7MEk0aD4cjwUFDVpIBLjnGs5p5baaGHeHBSsqCyXjg12xBLbcdL1xXpWLTLV 1rorAcrkzuqvn4eIJJCjiLi+QAbCFVf3vGHNHG5uIUBopZs43PPNzQZlOxXZKSoC hN3g25g7DlOLzknfcmz+E53xl/yBYv+vwF+RNA4ZytnMGMLrepAv2eGU7TbCxoMI kK4gR6/hcIPExMi99vUGdRqxrd9nEQ== =ffxJ -----END PGP SIGNATURE----- --ZPtySfMzVqythYRM--