All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [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
Date: Fri, 5 Dec 2025 08:32:40 +0800	[thread overview]
Message-ID: <202512050820.CArR06et-lkp@intel.com> (raw)

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

                 reply	other threads:[~2025-12-05  0:32 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=202512050820.CArR06et-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kuninori.morimoto.gx@renesas.com \
    --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 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.