All of lore.kernel.org
 help / color / mirror / Atom feed
* [freescale-fslc:6.6-1.0.x-imx 3860/11728] sound/soc/fsl/fsl-asoc-card.c:171:40: warning: 'audio_map_esai' defined but not used
@ 2024-04-27 23:58 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-04-27 23:58 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: oe-kbuild-all

tree:   https://github.com/Freescale/linux-fslc 6.6-1.0.x-imx
head:   37770f55ac9c4f6cd958eb5544939207eed8478f
commit: 0eeef8490e3bdaa062e9b42b802e102f6d3463da [3860/11728] LF-2511-3: ASoC: fsl-asoc-card: Merge some features to this common driver
config: m68k-allmodconfig (https://download.01.org/0day-ci/archive/20240428/202404280713.TU0aoUcL-lkp@intel.com/config)
compiler: m68k-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240428/202404280713.TU0aoUcL-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 <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202404280713.TU0aoUcL-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> sound/soc/fsl/fsl-asoc-card.c:171:40: warning: 'audio_map_esai' defined but not used [-Wunused-const-variable=]
     171 | static const struct snd_soc_dapm_route audio_map_esai[] = {
         |                                        ^~~~~~~~~~~~~~


vim +/audio_map_esai +171 sound/soc/fsl/fsl-asoc-card.c

   170	
 > 171	static const struct snd_soc_dapm_route audio_map_esai[] = {
   172		{"Playback",  NULL, "CPU-Playback"},/* dai route for be and fe */
   173		{"CPU-Capture",  NULL, "Capture"},
   174		{"CPU-Playback",  NULL, "CLIENT0-Playback"},
   175		{"CLIENT0-Capture",  NULL, "CPU-Capture"},
   176		{"CPU-Playback",  NULL, "CLIENT1-Playback"},
   177		{"CLIENT1-Capture",  NULL, "CPU-Capture"},
   178	};
   179	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

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

only message in thread, other threads:[~2024-04-27 23:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-27 23:58 [freescale-fslc:6.6-1.0.x-imx 3860/11728] sound/soc/fsl/fsl-asoc-card.c:171:40: warning: 'audio_map_esai' defined but not used 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.