On Mon, 06 May 2019 16:48:34 +0200, Mark Brown wrote:
On Mon, May 06, 2019 at 04:42:59PM +0200, Takashi Iwai wrote:
Mark Brown wrote:
OK, then I'll submit a few trivial fix patches for covering the random build warnings.
In addition to the above, I see two others during my build tests:
sound/soc/sof/ops.c:20:6: warning: ‘ret’ is used uninitialized in this function [-Wuninitialized]
sound/soc/codecs/da7219.c:2366:6: warning: unused variable ‘i’ [-Wunused-variable]
Dunno what compiler you're using but I'm not seeing those two, nor does kernelci:
https://storage.kernelci.org/broonie-sound/for-next/v5.1-rc7-328-g6455a8745a...
(same results there on x86, both using Debian's GCC).
Mine is also gcc-7 x86-64 and other cross-compiling.
The rockchip warning could be easily seen via allyesconfig, attached below. For SOF, CONFIG_PCI=n is the key. Attached in the second config. For da7219, it's the lack of CONFIG_COMMON_CLK.
thanks,
Takashi