All of lore.kernel.org
 help / color / mirror / Atom feed
* [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'
@ 2021-04-01 22:24 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-04-01 22:24 UTC (permalink / raw)
  To: kbuild-all

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

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

only message in thread, other threads:[~2021-04-01 22:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01 22:24 [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' 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.