linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* sound/hda/intel-dsp-config.c:360: undefined reference to `sdw_intel_acpi_scan'
@ 2020-12-31 12:48 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2020-12-31 12:48 UTC (permalink / raw)
  To: Pierre-Louis Bossart; +Cc: kbuild-all, linux-kernel, Mark Brown, Bard Liao

[-- Attachment #1: Type: text/plain, Size: 3288 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   f6e1ea19649216156576aeafa784e3b4cee45549
commit: a115ab9b8b93e7f0ff28a4fc869a3222ae921edd ASoC: SOF: Intel: add build support for SoundWire
date:   4 months ago
config: i386-randconfig-s031-20201231 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
reproduce:
        # apt-get install sparse
        # sparse version: v0.6.3-184-g1b896707-dirty
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a115ab9b8b93e7f0ff28a4fc869a3222ae921edd
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout a115ab9b8b93e7f0ff28a4fc869a3222ae921edd
        # save the attached .config to linux build tree
        make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=i386 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   ld: sound/hda/intel-dsp-config.o: in function `snd_intel_dsp_check_soundwire':
>> sound/hda/intel-dsp-config.c:360: undefined reference to `sdw_intel_acpi_scan'


vim +360 sound/hda/intel-dsp-config.c

82d9d54a6c0ee8b Jaroslav Kysela      2019-10-22  350  
0650857570d1614 Pierre-Louis Bossart 2020-04-09  351  #if IS_ENABLED(CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE)
0650857570d1614 Pierre-Louis Bossart 2020-04-09  352  static int snd_intel_dsp_check_soundwire(struct pci_dev *pci)
0650857570d1614 Pierre-Louis Bossart 2020-04-09  353  {
0650857570d1614 Pierre-Louis Bossart 2020-04-09  354  	struct sdw_intel_acpi_info info;
0650857570d1614 Pierre-Louis Bossart 2020-04-09  355  	acpi_handle handle;
0650857570d1614 Pierre-Louis Bossart 2020-04-09  356  	int ret;
0650857570d1614 Pierre-Louis Bossart 2020-04-09  357  
0650857570d1614 Pierre-Louis Bossart 2020-04-09  358  	handle = ACPI_HANDLE(&pci->dev);
0650857570d1614 Pierre-Louis Bossart 2020-04-09  359  
0650857570d1614 Pierre-Louis Bossart 2020-04-09 @360  	ret = sdw_intel_acpi_scan(handle, &info);
0650857570d1614 Pierre-Louis Bossart 2020-04-09  361  	if (ret < 0)
0650857570d1614 Pierre-Louis Bossart 2020-04-09  362  		return ret;
0650857570d1614 Pierre-Louis Bossart 2020-04-09  363  
0650857570d1614 Pierre-Louis Bossart 2020-04-09  364  	return info.link_mask;
0650857570d1614 Pierre-Louis Bossart 2020-04-09  365  }
0650857570d1614 Pierre-Louis Bossart 2020-04-09  366  #else
0650857570d1614 Pierre-Louis Bossart 2020-04-09  367  static int snd_intel_dsp_check_soundwire(struct pci_dev *pci)
0650857570d1614 Pierre-Louis Bossart 2020-04-09  368  {
0650857570d1614 Pierre-Louis Bossart 2020-04-09  369  	return 0;
0650857570d1614 Pierre-Louis Bossart 2020-04-09  370  }
0650857570d1614 Pierre-Louis Bossart 2020-04-09  371  #endif
0650857570d1614 Pierre-Louis Bossart 2020-04-09  372  

:::::: The code at line 360 was first introduced by commit
:::::: 0650857570d161486a95d37bc8682628881ae2da ALSA: hda: add autodetection for SoundWire

:::::: TO: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
:::::: CC: Takashi Iwai <tiwai@suse.de>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 40051 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* sound/hda/intel-dsp-config.c:360: undefined reference to `sdw_intel_acpi_scan'
@ 2021-02-26  3:17 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-02-26  3:17 UTC (permalink / raw)
  To: Pierre-Louis Bossart; +Cc: kbuild-all, linux-kernel, Mark Brown, Bard Liao

[-- Attachment #1: Type: text/plain, Size: 3322 bytes --]

Hi Pierre-Louis,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   2c87f7a38f930ef6f6a7bdd04aeb82ce3971b54b
commit: a115ab9b8b93e7f0ff28a4fc869a3222ae921edd ASoC: SOF: Intel: add build support for SoundWire
date:   6 months ago
config: i386-randconfig-s001-20210226 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
reproduce:
        # apt-get install sparse
        # sparse version: v0.6.3-229-g60c1f270-dirty
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a115ab9b8b93e7f0ff28a4fc869a3222ae921edd
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout a115ab9b8b93e7f0ff28a4fc869a3222ae921edd
        # save the attached .config to linux build tree
        make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=i386 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   ld: sound/hda/intel-dsp-config.o: in function `snd_intel_dsp_check_soundwire':
>> sound/hda/intel-dsp-config.c:360: undefined reference to `sdw_intel_acpi_scan'


vim +360 sound/hda/intel-dsp-config.c

82d9d54a6c0ee8 Jaroslav Kysela      2019-10-22  350  
0650857570d161 Pierre-Louis Bossart 2020-04-09  351  #if IS_ENABLED(CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE)
0650857570d161 Pierre-Louis Bossart 2020-04-09  352  static int snd_intel_dsp_check_soundwire(struct pci_dev *pci)
0650857570d161 Pierre-Louis Bossart 2020-04-09  353  {
0650857570d161 Pierre-Louis Bossart 2020-04-09  354  	struct sdw_intel_acpi_info info;
0650857570d161 Pierre-Louis Bossart 2020-04-09  355  	acpi_handle handle;
0650857570d161 Pierre-Louis Bossart 2020-04-09  356  	int ret;
0650857570d161 Pierre-Louis Bossart 2020-04-09  357  
0650857570d161 Pierre-Louis Bossart 2020-04-09  358  	handle = ACPI_HANDLE(&pci->dev);
0650857570d161 Pierre-Louis Bossart 2020-04-09  359  
0650857570d161 Pierre-Louis Bossart 2020-04-09 @360  	ret = sdw_intel_acpi_scan(handle, &info);
0650857570d161 Pierre-Louis Bossart 2020-04-09  361  	if (ret < 0)
0650857570d161 Pierre-Louis Bossart 2020-04-09  362  		return ret;
0650857570d161 Pierre-Louis Bossart 2020-04-09  363  
0650857570d161 Pierre-Louis Bossart 2020-04-09  364  	return info.link_mask;
0650857570d161 Pierre-Louis Bossart 2020-04-09  365  }
0650857570d161 Pierre-Louis Bossart 2020-04-09  366  #else
0650857570d161 Pierre-Louis Bossart 2020-04-09  367  static int snd_intel_dsp_check_soundwire(struct pci_dev *pci)
0650857570d161 Pierre-Louis Bossart 2020-04-09  368  {
0650857570d161 Pierre-Louis Bossart 2020-04-09  369  	return 0;
0650857570d161 Pierre-Louis Bossart 2020-04-09  370  }
0650857570d161 Pierre-Louis Bossart 2020-04-09  371  #endif
0650857570d161 Pierre-Louis Bossart 2020-04-09  372  

:::::: The code at line 360 was first introduced by commit
:::::: 0650857570d161486a95d37bc8682628881ae2da ALSA: hda: add autodetection for SoundWire

:::::: TO: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
:::::: CC: Takashi Iwai <tiwai@suse.de>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 38997 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-26  3:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-31 12:48 sound/hda/intel-dsp-config.c:360: undefined reference to `sdw_intel_acpi_scan' kernel test robot
2021-02-26  3:17 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;
as well as URLs for NNTP newsgroup(s).