From: kernel test robot <lkp@intel.com>
To: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
Mark Brown <broonie@kernel.org>,
Bard Liao <yung-chuan.liao@linux.intel.com>
Subject: sound/hda/intel-dsp-config.c:360: undefined reference to `sdw_intel_acpi_scan'
Date: Fri, 26 Feb 2021 11:17:08 +0800 [thread overview]
Message-ID: <202102261103.FuVMVodw-lkp@intel.com> (raw)
[-- 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 --]
next reply other threads:[~2021-02-26 3:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-26 3:17 kernel test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-12-31 12:48 sound/hda/intel-dsp-config.c:360: undefined reference to `sdw_intel_acpi_scan' kernel test robot
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=202102261103.FuVMVodw-lkp@intel.com \
--to=lkp@intel.com \
--cc=broonie@kernel.org \
--cc=kbuild-all@lists.01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=yung-chuan.liao@linux.intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox