* [morimoto:sound-cleanup-2025-12-04 17/18] sound/soc/codecs/wm8804.c:522:2: error: member reference base type 'int (struct snd_soc_dai *, int, int, unsigned int, unsigned int)' is not a structure or union
@ 2025-12-04 23:09 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-12-04 23:09 UTC (permalink / raw)
To: Kuninori Morimoto; +Cc: llvm, oe-kbuild-all
tree: https://github.com/morimoto/linux sound-cleanup-2025-12-04
head: fb4e3e737845904b992450d498c56ca30359bb87
commit: 262df0b88156ac882137cf936a09df668c275f0a [17/18] hoge
config: x86_64-randconfig-001-20251205 (https://download.01.org/0day-ci/archive/20251205/202512050753.jzKkAX1U-lkp@intel.com/config)
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251205/202512050753.jzKkAX1U-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/202512050753.jzKkAX1U-lkp@intel.com/
All errors (new ones prefixed by >>):
>> sound/soc/codecs/wm8804.c:522:2: error: member reference base type 'int (struct snd_soc_dai *, int, int, unsigned int, unsigned int)' is not a structure or union
521 | .set_pll = wm8804_set_pll
| ~~~~~~~~~~~~~~
522 | .auto_selectable_formats = &wm8804_selectable_formats,
| ^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +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-04 23:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-04 23:09 [morimoto:sound-cleanup-2025-12-04 17/18] sound/soc/codecs/wm8804.c:522:2: error: member reference base type 'int (struct snd_soc_dai *, int, int, unsigned int, unsigned int)' is not a structure or union kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox