The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* sound/soc/codecs/rt766-sdca.c:198:undefined reference to `hid_destroy_device'
@ 2026-08-26 10:20 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-08-26 10:20 UTC (permalink / raw)
  To: Charles Keepax
  Cc: oe-kbuild-all, linux-kernel, Mark Brown, Pierre-Louis Bossart

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   66498c75b4f8017f62d720d9b59675bdf3abce91
commit: c03f0b9a7d9966b1846f561e4f49ed481c524a0a ASoC: SDCA: Move HID registration to IRQ time
date:   3 weeks ago
config: x86_64-buildonly-randconfig-004-20260825 (https://download.01.org/0day-ci/archive/20260826/202608261835.9g4HFbr8-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/20260826/202608261835.9g4HFbr8-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
| Fixes: c03f0b9a7d99 ("ASoC: SDCA: Move HID registration to IRQ time")
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202608261835.9g4HFbr8-lkp@intel.com/

All errors (new ones prefixed by >>):

   ld: vmlinux.o: in function `rt766_sdca_destroy_hid_device':
>> sound/soc/codecs/rt766-sdca.c:198:(.text+0x1b37dcf): undefined reference to `hid_destroy_device'
   ld: vmlinux.o: in function `rt766_sdca_btn_detect':
   sound/soc/codecs/rt766-sdca.c:89:(.text+0x1b39eba): undefined reference to `hid_input_report'
   ld: vmlinux.o: in function `sdwhid_parse':
   sound/soc/sdca/sdca_hid.c:38:(.text+0x1ccf68d): undefined reference to `hid_parse_report'
   ld: vmlinux.o: in function `sdca_add_hid_device':
   sound/soc/sdca/sdca_hid.c:97:(.text+0x1ccf6ff): undefined reference to `hid_allocate_device'
   ld: sound/soc/sdca/sdca_hid.c:113:(.text+0x1ccf813): undefined reference to `hid_add_device'
   ld: sound/soc/sdca/sdca_hid.c:116:(.text+0x1ccf844): undefined reference to `hid_destroy_device'
   ld: vmlinux.o: in function `sdca_hid_process_report':
   sound/soc/sdca/sdca_hid.c:159:(.text+0x1ccfa52): undefined reference to `hid_input_report'

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for SND_SOC_SDCA_HID
   Depends on [n]: SOUND [=y] && SND [=y] && SND_SOC [=y] && SND_SOC_SDCA [=y] && (HID [=n]=y [=y] || HID [=n]=SND_SOC_SDCA [=y])
   Selected by [y]:
   - SND_SOC_RT766_SDCA_SDW [=y] && SOUND [=y] && SND [=y] && SND_SOC [=y] && SOUNDWIRE [=y] && SND_SOC_SDCA [=y]


vim +198 sound/soc/codecs/rt766-sdca.c

   193	
   194	static void rt766_sdca_destroy_hid_device(struct sdca_interrupt *interrupt)
   195	{
   196		struct rt766_sdca_priv *rt766 = interrupt->priv;
   197	
 > 198		hid_destroy_device(rt766->hid);
   199	}
   200	

--
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-08-26 10:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-26 10:20 sound/soc/codecs/rt766-sdca.c:198:undefined reference to `hid_destroy_device' kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox