All of lore.kernel.org
 help / color / mirror / Atom feed
* [chrome-os:chromeos-5.10 9993/9999] 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'?
@ 2022-01-18 11:14 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2022-01-18 11:14 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 2571 bytes --]

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-lkp(a)intel.com/config)
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@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(a)lists.01.org

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-18 11:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18 11:14 [chrome-os:chromeos-5.10 9993/9999] 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'? kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.