public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: [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
Date: Fri, 5 Dec 2025 07:09:56 +0800	[thread overview]
Message-ID: <202512050753.jzKkAX1U-lkp@intel.com> (raw)

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

                 reply	other threads:[~2025-12-04 23:10 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=202512050753.jzKkAX1U-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=llvm@lists.linux.dev \
    --cc=oe-kbuild-all@lists.linux.dev \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox