* [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'?
@ 2026-07-17 14:56 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-07-17 14:56 UTC (permalink / raw)
To: Kuninori Morimoto; +Cc: oe-kbuild-all
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-17 14:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-17 14:56 [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'? 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.