All of lore.kernel.org
 help / color / mirror / Atom feed
* [android-common:android-4.19-stable 14450/30000] sound/soc/soc-core.c:3283: warning: Function parameter or member 'online' not described in 'snd_soc_card_change_online_state'
@ 2023-08-18  7:37 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-08-18  7:37 UTC (permalink / raw)
  To: cros-kernel-buildreports; +Cc: oe-kbuild-all

tree:   https://android.googlesource.com/kernel/common android-4.19-stable
head:   a89c7b9715e2d482a08b58b698f0cf37da373070
commit: ca69a0e600a2ed2ef3900a7b639628f6c7067ad4 [14450/30000] ANDROID: GKI: ALSA: core: Add snd_soc_card_change_online_state() API
config: x86_64-randconfig-x054-20230817 (https://download.01.org/0day-ci/archive/20230818/202308181558.AggdV0da-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce: (https://download.01.org/0day-ci/archive/20230818/202308181558.AggdV0da-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/202308181558.AggdV0da-lkp@intel.com/

All warnings (new ones prefixed by >>):

   sound/soc/soc-core.c:2921: warning: Excess function parameter 'legacy_dai_naming' description in 'snd_soc_register_dais'
>> sound/soc/soc-core.c:3283: warning: Function parameter or member 'online' not described in 'snd_soc_card_change_online_state'


vim +3283 sound/soc/soc-core.c

  3276	
  3277	/**
  3278	 * snd_soc_card_change_online_state - Mark if soc card is online/offline
  3279	 *
  3280	 * @soc_card : soc_card to mark
  3281	 */
  3282	void snd_soc_card_change_online_state(struct snd_soc_card *soc_card, int online)
> 3283	{
  3284		snd_card_change_online_state(soc_card->snd_card, online);
  3285	}
  3286	EXPORT_SYMBOL_GPL(snd_soc_card_change_online_state);
  3287	

-- 
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:[~2023-08-18  7:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-18  7:37 [android-common:android-4.19-stable 14450/30000] sound/soc/soc-core.c:3283: warning: Function parameter or member 'online' not described in 'snd_soc_card_change_online_state' 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.