All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
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	[thread overview]
Message-ID: <202201252117.XvZHf7qu-lkp@intel.com> (raw)

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

tree:   https://github.com/plbossart/sound fix/sof-es8336-quirk
head:   9c018344dcf0a9e97287e645413de5e0c2de0276
commit: fa75c2930a2fd88f47d0abfdfde6323e570da928 [10/11] ALSA: intel-dsp-config: add more ACPI HIDs for ES83x6 devices
config: mips-mtx1_defconfig (https://download.01.org/0day-ci/archive/20220125/202201252117.XvZHf7qu-lkp(a)intel.com/config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 997e128e2a78f5a5434fc75997441ae1ee76f8a4)
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 mips cross compiling tool for clang build
        # apt-get install binutils-mips-linux-gnu
        # https://github.com/plbossart/sound/commit/fa75c2930a2fd88f47d0abfdfde6323e570da928
        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=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=mips SHELL=/bin/bash sound/hda/

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

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 = {
                                           ^
   1 warning generated.


vim +/essx_83x6 +38 sound/hda/intel-dsp-config.c

    37	
  > 38	static const struct snd_soc_acpi_codecs essx_83x6 = {
    39		.num_codecs = 3,
    40		.codecs = { "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

                 reply	other threads:[~2022-01-25 13:31 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=202201252117.XvZHf7qu-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.