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-16 13/18] sound/soc/sti/uniperif_reader.c:422:30: error: use of undeclared identifier 'uni_selectable_formats'; did you mean 'ui_selectable_formats'?
Date: Sat, 20 Dec 2025 23:57:04 +0800	[thread overview]
Message-ID: <202512202313.UbJgzqFz-lkp@intel.com> (raw)

tree:   https://github.com/morimoto/linux sound-cleanup-2025-12-16
head:   32531f002d5d3c578d98a699c3f79c082ea4296e
commit: 44a13cc7bec06a431483d34ac991314ce6656561 [13/18] hoge
config: s390-allmodconfig (https://download.01.org/0day-ci/archive/20251220/202512202313.UbJgzqFz-lkp@intel.com/config)
compiler: clang version 18.1.8 (https://github.com/llvm/llvm-project 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251220/202512202313.UbJgzqFz-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/202512202313.UbJgzqFz-lkp@intel.com/

All errors (new ones prefixed by >>):

>> sound/soc/sti/uniperif_reader.c:422:30: error: use of undeclared identifier 'uni_selectable_formats'; did you mean 'ui_selectable_formats'?
     422 |         .auto_selectable_formats        = &uni_selectable_formats,
         |                                            ^~~~~~~~~~~~~~~~~~~~~~
         |                                            ui_selectable_formats
   sound/soc/sti/uniperif_reader.c:404:18: note: 'ui_selectable_formats' declared here
     404 | static const u64 ui_selectable_formats =
         |                  ^
   1 error generated.


vim +422 sound/soc/sti/uniperif_reader.c

   399	
   400	/*
   401	 * Select below from Sound Card, not Auto
   402	 *	SND_SOC_DAIFMT_CBx_CFx
   403	 */
   404	static const u64 ui_selectable_formats =
   405		SND_SOC_POSSIBLE_DAIFMT_I2S	|
   406		SND_SOC_POSSIBLE_DAIFMT_RIGHT_J	|
   407		SND_SOC_POSSIBLE_DAIFMT_LEFT_J	|
   408		SND_SOC_POSSIBLE_DAIFMT_NB_NF	|
   409		SND_SOC_POSSIBLE_DAIFMT_NB_IF	|
   410		SND_SOC_POSSIBLE_DAIFMT_IB_NF	|
   411		SND_SOC_POSSIBLE_DAIFMT_IB_IF;
   412	
   413	static const struct snd_soc_dai_ops uni_reader_dai_ops = {
   414		.startup			= uni_reader_startup,
   415		.shutdown			= uni_reader_shutdown,
   416		.prepare			= uni_reader_prepare,
   417		.probe				= sti_uniperiph_dai_probe,
   418		.trigger			= uni_reader_trigger,
   419		.hw_params			= sti_uniperiph_dai_hw_params,
   420		.set_fmt			= sti_uniperiph_dai_set_fmt,
   421		.set_tdm_slot			= sti_uniperiph_set_tdm_slot,
 > 422		.auto_selectable_formats	= &uni_selectable_formats,
   423		.num_auto_selectable_formats	= 1,
   424	};
   425	

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

                 reply	other threads:[~2025-12-20 15:57 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=202512202313.UbJgzqFz-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