All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [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'?
Date: Tue, 18 Jan 2022 19:14:27 +0800	[thread overview]
Message-ID: <202201181911.S7jEymv9-lkp@intel.com> (raw)

[-- 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

                 reply	other threads:[~2022-01-18 11:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202201181911.S7jEymv9-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.