17 Oct
2019
17 Oct
'19
1:43 p.m.
On Tue, Oct 15, 2019 at 02:49:41PM +0800, Tzung-Bi Shih wrote:
On Tue, Oct 15, 2019 at 9:34 AM kbuild test robot lkp@intel.com wrote:
priv->ec_shm_addr = of_read_number(regaddr_p, 2); ^~~~~~~~~~~~~~ wov_read_audio
cc1: some warnings being treated as errors
The error is caused by EC_CODEC=y but CONFIG_OF is not set: $ grep -e 'CONFIG_OF.*' -e 'EC_CODEC' config # CONFIG_OF is not set CONFIG_SND_SOC_CROS_EC_CODEC=y
If that can happen there's missing dependencies in Kconfig or missing ifdefs in the code.