From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D58161878 for ; Wed, 26 Jul 2023 03:12:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1690341170; x=1721877170; h=date:from:to:cc:subject:message-id:mime-version; bh=wq7TqPz/E1qdHF5zsjeT7q7Tc0QZrnEffIZPeMY5mIs=; b=XoHQIKXsX0KhJYK9UMCpkzusdyZfvTtLIjbneteW/7O50jnce4xyZsif KlLS7E3kxgfuad9wKwPfvAMyxJu3Iu6Vf+sJFu/Ov21NeHWEr2da/M3hg yW3nsBu/0iJc8zw83RBuEQ7HpHBgyEqbl8vr9V4HgziZMBhG08rtpF98/ gfAKCFjExMHvt437uaOfXVCbnYWmXe2YW96zUQ5E7jzrMcbdjy2IOAPT8 U7M7g2pqhbBn2vxU8oYuKq38kYl8d2rPbWEADFwOSfdh1h94WgMiA/jqg LW3+jbLeAiSNDtXqJPw+yIXL3iXRjiKrrIHVrc9Bx/O5Ay/2U9tVFB6K4 g==; X-IronPort-AV: E=McAfee;i="6600,9927,10782"; a="365358474" X-IronPort-AV: E=Sophos;i="6.01,231,1684825200"; d="scan'208";a="365358474" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jul 2023 20:12:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10782"; a="796363050" X-IronPort-AV: E=Sophos;i="6.01,231,1684825200"; d="scan'208";a="796363050" Received: from lkp-server02.sh.intel.com (HELO 953e8cd98f7d) ([10.239.97.151]) by fmsmga004.fm.intel.com with ESMTP; 25 Jul 2023 20:12:48 -0700 Received: from kbuild by 953e8cd98f7d with local (Exim 4.96) (envelope-from ) id 1qOUxE-0000ah-0o; Wed, 26 Jul 2023 03:12:48 +0000 Date: Wed, 26 Jul 2023 11:12:27 +0800 From: kernel test robot To: Derek Fang Cc: oe-kbuild-all@lists.linux.dev, Mark Brown Subject: [broonie-misc:asoc-6.6 21/23] sound/soc/codecs/rt1017-sdca-sdw.h:183:33: warning: 'rt1017_sdca_mbq_defaults' defined but not used Message-ID: <202307261130.5IT3WVbA-lkp@intel.com> Precedence: bulk X-Mailing-List: oe-kbuild-all@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline tree: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git asoc-6.6 head: 5bdeb6f5c7b94f653183f08eca8a08022b2efac6 commit: 2b7aecd58528551e6e3da58091ff7ceb4718e6be [21/23] ASoC: rt1017: Add RT1017 SDCA amplifier driver config: i386-allyesconfig (https://download.01.org/0day-ci/archive/20230726/202307261130.5IT3WVbA-lkp@intel.com/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce: (https://download.01.org/0day-ci/archive/20230726/202307261130.5IT3WVbA-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202307261130.5IT3WVbA-lkp@intel.com/ All warnings (new ones prefixed by >>): In file included from sound/soc/codecs/rt1017-sdca-sdw.c:22: >> sound/soc/codecs/rt1017-sdca-sdw.h:183:33: warning: 'rt1017_sdca_mbq_defaults' defined but not used [-Wunused-const-variable=] 183 | static const struct reg_default rt1017_sdca_mbq_defaults[] = { | ^~~~~~~~~~~~~~~~~~~~~~~~ vim +/rt1017_sdca_mbq_defaults +183 sound/soc/codecs/rt1017-sdca-sdw.h 182 > 183 static const struct reg_default rt1017_sdca_mbq_defaults[] = { 184 { SDW_SDCA_CTL(FUNC_NUM_SMART_AMP, RT1017_SDCA_ENT_FU, 185 RT1017_SDCA_CTL_FU_VOLUME, 0x01), 0x00 }, 186 }; 187 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki