All of lore.kernel.org
 help / color / mirror / Atom feed
* [morimoto:sound-cleanup-2026-06-16 313/326] sound/soc/codecs/rt5651.c:2113:9: error: implicit declaration of function 'snd_soc_component_regmap_regcache_sync'; did you mean 'snd_soc_component_regcache_sync'?
@ 2026-06-16 13:01 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-06-16 13:01 UTC (permalink / raw)
  To: Kuninori Morimoto; +Cc: oe-kbuild-all

tree:   https://github.com/morimoto/linux sound-cleanup-2026-06-16
head:   5ce50ac7d0a59c6fb15e1baa7e6824ac096fe092
commit: 4bbdf4f7c937878b634b01d362515e2a79053b52 [313/326] dai
config: x86_64-rhel-9.4 (https://download.01.org/0day-ci/archive/20260616/202606161438.bQs1mXLi-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260616/202606161438.bQs1mXLi-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/202606161438.bQs1mXLi-lkp@intel.com/

All errors (new ones prefixed by >>):

   sound/soc/codecs/rt5651.c: In function 'rt5651_resume':
>> sound/soc/codecs/rt5651.c:2113:9: error: implicit declaration of function 'snd_soc_component_regmap_regcache_sync'; did you mean 'snd_soc_component_regcache_sync'? [-Wimplicit-function-declaration]
    2113 |         snd_soc_component_regmap_regcache_sync(component);
         |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         |         snd_soc_component_regcache_sync


vim +2113 sound/soc/codecs/rt5651.c

  2106	
  2107	static int rt5651_resume(struct snd_soc_component *component)
  2108	{
  2109		struct device *dev = snd_soc_component_to_dev(component);
  2110		struct rt5651_priv *rt5651 = dev_get_drvdata(dev);
  2111	
  2112		regcache_cache_only(rt5651->regmap, false);
> 2113		snd_soc_component_regmap_regcache_sync(component);
  2114	
  2115		return 0;
  2116	}
  2117	#else
  2118	#define rt5651_suspend NULL
  2119	#define rt5651_resume NULL
  2120	#endif
  2121	

--
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-06-16 13:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-16 13:01 [morimoto:sound-cleanup-2026-06-16 313/326] sound/soc/codecs/rt5651.c:2113:9: error: implicit declaration of function 'snd_soc_component_regmap_regcache_sync'; did you mean 'snd_soc_component_regcache_sync'? 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.