From: kernel test robot <lkp@intel.com>
To: cros-kernel-buildreports@googlegroups.com
Cc: oe-kbuild-all@lists.linux.dev
Subject: [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'
Date: Fri, 18 Aug 2023 15:37:48 +0800 [thread overview]
Message-ID: <202308181558.AggdV0da-lkp@intel.com> (raw)
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
reply other threads:[~2023-08-18 7:39 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=202308181558.AggdV0da-lkp@intel.com \
--to=lkp@intel.com \
--cc=cros-kernel-buildreports@googlegroups.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.