tree:
https://github.com/thesofproject/linux pr/2788
head: ae3b570f382618a4b251df52e90871fbb0cfb818
commit: ae3b570f382618a4b251df52e90871fbb0cfb818 [3/3] ASoC: SOF: add hw params fixup
setting for SSP dais
config: x86_64-sof-customedconfig-sof-defconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
#
https://github.com/thesofproject/linux/commit/ae3b570f382618a4b251df52e90...
git remote add linux-sof-driver
https://github.com/thesofproject/linux
git fetch --no-tags linux-sof-driver pr/2788
git checkout ae3b570f382618a4b251df52e90871fbb0cfb818
# save the attached .config to linux build tree
make W=1 ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>):
> sound/soc/sof/intel/hda-dai.c:520:10: error:
'ssp_link_dai_ops' undeclared here (not in a function)
520 | .ops =
&ssp_link_dai_ops,
| ^~~~~~~~~~~~~~~~
vim +/ssp_link_dai_ops +520 sound/soc/sof/intel/hda-dai.c
511
512 /*
513 * common dai driver for skl+ platforms.
514 * some products who use this DAI array only physically have a subset of
515 * the DAIs, but no harm is done here by adding the whole set.
516 */
517 struct snd_soc_dai_driver skl_dai[] = {
518 {
519 .name = "SSP0 Pin",
520 .ops = &ssp_link_dai_ops,
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org