From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============0935688244750158787==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [plbossart-sound:fix/sof-es8336-quirk 10/11] sound/hda/intel-dsp-config.c:38:41: warning: unused variable 'essx_83x6' Date: Tue, 25 Jan 2022 21:31:29 +0800 Message-ID: <202201252117.XvZHf7qu-lkp@intel.com> List-Id: --===============0935688244750158787== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable tree: https://github.com/plbossart/sound fix/sof-es8336-quirk head: 9c018344dcf0a9e97287e645413de5e0c2de0276 commit: fa75c2930a2fd88f47d0abfdfde6323e570da928 [10/11] ALSA: intel-dsp-co= nfig: add more ACPI HIDs for ES83x6 devices config: mips-mtx1_defconfig (https://download.01.org/0day-ci/archive/202201= 25/202201252117.XvZHf7qu-lkp(a)intel.com/config) compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 997e12= 8e2a78f5a5434fc75997441ae1ee76f8a4) reproduce (this is a W=3D1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/= make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install mips cross compiling tool for clang build # apt-get install binutils-mips-linux-gnu # https://github.com/plbossart/sound/commit/fa75c2930a2fd88f47d0abf= dfde6323e570da928 git remote add plbossart-sound https://github.com/plbossart/sound git fetch --no-tags plbossart-sound fix/sof-es8336-quirk git checkout fa75c2930a2fd88f47d0abfdfde6323e570da928 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dclang make.cross W=3D= 1 O=3Dbuild_dir ARCH=3Dmips SHELL=3D/bin/bash sound/hda/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> sound/hda/intel-dsp-config.c:38:41: warning: unused variable 'essx_83x6'= [-Wunused-const-variable] static const struct snd_soc_acpi_codecs essx_83x6 =3D { ^ 1 warning generated. vim +/essx_83x6 +38 sound/hda/intel-dsp-config.c 37 = > 38 static const struct snd_soc_acpi_codecs essx_83x6 =3D { 39 .num_codecs =3D 3, 40 .codecs =3D { "ESSX8316", "ESSX8326", "ESSX8336"}, 41 }; 42 = --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============0935688244750158787==--