tree:
https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-5.10
head: d2945e83762685e27b20286924d8e59daa10233f
commit: ee38f0f8d4d97952216e45924a874aee3b6f98c4 [9993/9999] UPSTREAM: ASoC: SOF:
topology: Add support for Mediatek AFE DAI
config: x86_64-allyesconfig
(
https://download.01.org/0day-ci/archive/20220118/202201181911.S7jEymv9-lk...)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
git remote add chrome-os
https://chromium.googlesource.com/chromiumos/third_party/kernel
git fetch --no-tags chrome-os chromeos-5.10
git checkout ee38f0f8d4d97952216e45924a874aee3b6f98c4
# save the config file to linux build tree
mkdir build_dir
make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
Note: the chrome-os/chromeos-5.10 HEAD d2945e83762685e27b20286924d8e59daa10233f builds
fine.
It only hurts bisectability.
All errors (new ones prefixed by >>):
> sound/soc/sof/topology.c:812:3: error:
'SOF_TKN_MEDIATEK_AFE_RATE' undeclared here (not in a function); did you mean
'SOF_TKN_INTEL_ALH_RATE'?
812 | {SOF_TKN_MEDIATEK_AFE_RATE,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| SOF_TKN_INTEL_ALH_RATE
> sound/soc/sof/topology.c:815:3: error:
'SOF_TKN_MEDIATEK_AFE_CH' undeclared here (not in a function); did you mean
'SOF_DAI_MEDIATEK_AFE'?
815 | {SOF_TKN_MEDIATEK_AFE_CH,
| ^~~~~~~~~~~~~~~~~~~~~~~
| SOF_DAI_MEDIATEK_AFE
> sound/soc/sof/topology.c:818:3: error:
'SOF_TKN_MEDIATEK_AFE_FORMAT' undeclared here (not in a function)
818 |
{SOF_TKN_MEDIATEK_AFE_FORMAT,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
vim +812 sound/soc/sof/topology.c
809
810 /* AFE */
811 static const struct sof_topology_token afe_tokens[] = {
812 {SOF_TKN_MEDIATEK_AFE_RATE,
813 SND_SOC_TPLG_TUPLE_TYPE_WORD, get_token_u32,
814 offsetof(struct sof_ipc_dai_mtk_afe_params, rate), 0},
815 {SOF_TKN_MEDIATEK_AFE_CH,
816 SND_SOC_TPLG_TUPLE_TYPE_WORD, get_token_u32,
817 offsetof(struct sof_ipc_dai_mtk_afe_params, channels), 0},
818 {SOF_TKN_MEDIATEK_AFE_FORMAT,
819 SND_SOC_TPLG_TUPLE_TYPE_STRING, get_token_comp_format,
820 offsetof(struct sof_ipc_dai_mtk_afe_params, format), 0},
821 };
822
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org