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-2026-07-16 311/311] sound/soc/soc-component.c:1889:9: error: implicit declaration of function 'snd_soc_unregister_component_by_driver'; did you mean 'snd_soc_component_to_driver'?
Date: Fri, 17 Jul 2026 22:56:11 +0800 [thread overview]
Message-ID: <202607172220.zE8d4GCF-lkp@intel.com> (raw)
tree: https://github.com/morimoto/linux sound-cleanup-2026-07-16
head: e51d2e02d8d4c974132f00eec9d2215a476084f0
commit: e5f6e49182359560489330edda8ea8db0fe3e07b [311/311] ASoC: soc-component: remove compatible definition
config: csky-allmodconfig (https://download.01.org/0day-ci/archive/20260717/202607172220.zE8d4GCF-lkp@intel.com/config)
compiler: csky-linux-gcc (GCC) 16.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260717/202607172220.zE8d4GCF-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/202607172220.zE8d4GCF-lkp@intel.com/
All errors (new ones prefixed by >>):
sound/soc/soc-component.c: In function 'devm_component_release':
>> sound/soc/soc-component.c:1889:9: error: implicit declaration of function 'snd_soc_unregister_component_by_driver'; did you mean 'snd_soc_component_to_driver'? [-Wimplicit-function-declaration]
1889 | snd_soc_unregister_component_by_driver(dev, *cmpnt_drv);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| snd_soc_component_to_driver
vim +1889 sound/soc/soc-component.c
f547a858c9abcb Kuninori Morimoto 2026-07-08 1884
f547a858c9abcb Kuninori Morimoto 2026-07-08 1885 static void devm_component_release(struct device *dev, void *res)
f547a858c9abcb Kuninori Morimoto 2026-07-08 1886 {
f547a858c9abcb Kuninori Morimoto 2026-07-08 1887 const struct snd_soc_component_driver **cmpnt_drv = res;
f547a858c9abcb Kuninori Morimoto 2026-07-08 1888
f547a858c9abcb Kuninori Morimoto 2026-07-08 @1889 snd_soc_unregister_component_by_driver(dev, *cmpnt_drv);
f547a858c9abcb Kuninori Morimoto 2026-07-08 1890 }
f547a858c9abcb Kuninori Morimoto 2026-07-08 1891
:::::: The code at line 1889 was first introduced by commit
:::::: f547a858c9abcb132c18ff0f09700d925b069c21 ASoC: soc-component: move devm_snd_soc_component_register()
:::::: TO: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
:::::: CC: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2026-07-17 14:56 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=202607172220.zE8d4GCF-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.