* [morimoto:sound-cleanup-2025-12-04 17/18] sound/soc/codecs/wm8804.c:522:9: error: request for member 'auto_selectable_formats' in something not a structure or union
@ 2025-12-05 0:32 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-12-05 0:32 UTC (permalink / raw)
To: Kuninori Morimoto; +Cc: oe-kbuild-all
tree: https://github.com/morimoto/linux sound-cleanup-2025-12-04
head: fb4e3e737845904b992450d498c56ca30359bb87
commit: 262df0b88156ac882137cf936a09df668c275f0a [17/18] hoge
config: um-randconfig-r052-20251205 (https://download.01.org/0day-ci/archive/20251205/202512050820.CArR06et-lkp@intel.com/config)
compiler: gcc-13 (Debian 13.3.0-16) 13.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251205/202512050820.CArR06et-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/202512050820.CArR06et-lkp@intel.com/
All errors (new ones prefixed by >>):
>> sound/soc/codecs/wm8804.c:522:9: error: request for member 'auto_selectable_formats' in something not a structure or union
522 | .auto_selectable_formats = &wm8804_selectable_formats,
| ^
vim +/auto_selectable_formats +522 sound/soc/codecs/wm8804.c
504
505 static const u64 wm8804_selectable_formats =
506 SND_SOC_POSSIBLE_DAIFMT_I2S |
507 SND_SOC_POSSIBLE_DAIFMT_RIGHT_J |
508 SND_SOC_POSSIBLE_DAIFMT_LEFT_J |
509 SND_SOC_POSSIBLE_DAIFMT_DSP_A |
510 SND_SOC_POSSIBLE_DAIFMT_DSP_B |
511 SND_SOC_POSSIBLE_DAIFMT_NB_NF |
512 SND_SOC_POSSIBLE_DAIFMT_NB_IF |
513 SND_SOC_POSSIBLE_DAIFMT_IB_NF |
514 SND_SOC_POSSIBLE_DAIFMT_IB_IF;
515
516 static const struct snd_soc_dai_ops wm8804_dai_ops = {
517 .hw_params = wm8804_hw_params,
518 .set_fmt = wm8804_set_fmt,
519 .set_sysclk = wm8804_set_sysclk,
520 .set_clkdiv = wm8804_set_clkdiv,
521 .set_pll = wm8804_set_pll
> 522 .auto_selectable_formats = &wm8804_selectable_formats,
523 .num_auto_selectable_formats = 1,
524 };
525
--
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:[~2025-12-05 0:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-05 0:32 [morimoto:sound-cleanup-2025-12-04 17/18] sound/soc/codecs/wm8804.c:522:9: error: request for member 'auto_selectable_formats' in something not a structure or union 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.