From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [plbossart-sound:sdw/adl-topologies 5/5] sound/soc/intel/common/soc-acpi-intel-adl-match.c:211:25: error: use of undeclared identifier 'rt714_0_adr'
Date: Fri, 02 Apr 2021 06:24:54 +0800 [thread overview]
Message-ID: <202104020648.PNLib7ms-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2537 bytes --]
tree: https://github.com/plbossart/sound sdw/adl-topologies
head: 5bebc74fbe99a03ca0868d89a91cee30ecea4091
commit: 5bebc74fbe99a03ca0868d89a91cee30ecea4091 [5/5] ASoC: Intel: soc-acpi: add ADL jack-less SoundWire configurations
config: x86_64-randconfig-a002-20210401 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 1c268a8ff4e90a85d0e634350b1104080614cf2b)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install x86_64 cross compiling tool for clang build
# apt-get install binutils-x86-64-linux-gnu
# https://github.com/plbossart/sound/commit/5bebc74fbe99a03ca0868d89a91cee30ecea4091
git remote add plbossart-sound https://github.com/plbossart/sound
git fetch --no-tags plbossart-sound sdw/adl-topologies
git checkout 5bebc74fbe99a03ca0868d89a91cee30ecea4091
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> sound/soc/intel/common/soc-acpi-intel-adl-match.c:211:25: error: use of undeclared identifier 'rt714_0_adr'
.num_adr = ARRAY_SIZE(rt714_0_adr),
^
>> sound/soc/intel/common/soc-acpi-intel-adl-match.c:211:25: error: use of undeclared identifier 'rt714_0_adr'
>> sound/soc/intel/common/soc-acpi-intel-adl-match.c:211:25: error: use of undeclared identifier 'rt714_0_adr'
sound/soc/intel/common/soc-acpi-intel-adl-match.c:212:12: error: use of undeclared identifier 'rt714_0_adr'
.adr_d = rt714_0_adr,
^
4 errors generated.
vim +/rt714_0_adr +211 sound/soc/intel/common/soc-acpi-intel-adl-match.c
202
203 static const struct snd_soc_acpi_link_adr adl_sdw_rt1316_link2_rt714_link0[] = {
204 {
205 .mask = BIT(2),
206 .num_adr = ARRAY_SIZE(rt1316_2_single_adr),
207 .adr_d = rt1316_2_single_adr,
208 },
209 {
210 .mask = BIT(0),
> 211 .num_adr = ARRAY_SIZE(rt714_0_adr),
212 .adr_d = rt714_0_adr,
213 },
214 {}
215 };
216
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 36626 bytes --]
reply other threads:[~2021-04-01 22:24 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=202104020648.PNLib7ms-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.