From: Takashi Iwai <tiwai@suse.de>
To: kernel test robot <lkp@intel.com>
Cc: Tasos Sahanidis <tasos@tasossah.com>,
oe-kbuild-all@lists.linux.dev,
Linux Memory Management List <linux-mm@kvack.org>,
Takashi Iwai <tiwai@suse.de>
Subject: Re: [linux-next:master 7406/7844] sound/pci/ymfpci/ymfpci_main.c:2259:9: error: implicit declaration of function 'snd_ac97_suspend'; did you mean 'snd_ac97_reset'?
Date: Thu, 30 Mar 2023 15:31:50 +0200 [thread overview]
Message-ID: <87r0t6l60p.wl-tiwai@suse.de> (raw)
In-Reply-To: <202303301712.i4ddVa9j-lkp@intel.com>
On Thu, 30 Mar 2023 11:51:50 +0200,
kernel test robot wrote:
>
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head: a6d9e3034536ba4b68ac34490c02267e6eec9c05
> commit: 081364d7039395d5759dda17f6904d7e99d39f4b [7406/7844] ALSA: ymfpci: Switch to DEFINE_SIMPLE_DEV_PM_OPS()
> config: microblaze-buildonly-randconfig-r001-20230329 (https://download.01.org/0day-ci/archive/20230330/202303301712.i4ddVa9j-lkp@intel.com/config)
> compiler: microblaze-linux-gcc (GCC) 12.1.0
> reproduce (this is a W=1 build):
> wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> chmod +x ~/bin/make.cross
> # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=081364d7039395d5759dda17f6904d7e99d39f4b
> git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
> git fetch --no-tags linux-next master
> git checkout 081364d7039395d5759dda17f6904d7e99d39f4b
> # save the config file
> mkdir build_dir && cp config build_dir/.config
> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=microblaze olddefconfig
> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=microblaze SHELL=/bin/bash sound/pci/ymfpci/
>
> If you fix the issue, kindly add following tag where applicable
> | Reported-by: kernel test robot <lkp@intel.com>
> | Link: https://lore.kernel.org/oe-kbuild-all/202303301712.i4ddVa9j-lkp@intel.com/
>
> All errors (new ones prefixed by >>):
>
> sound/pci/ymfpci/ymfpci_main.c: In function 'snd_ymfpci_suspend':
> >> sound/pci/ymfpci/ymfpci_main.c:2259:9: error: implicit declaration of function 'snd_ac97_suspend'; did you mean 'snd_ac97_reset'? [-Werror=implicit-function-declaration]
> 2259 | snd_ac97_suspend(chip->ac97);
> | ^~~~~~~~~~~~~~~~
> | snd_ac97_reset
> sound/pci/ymfpci/ymfpci_main.c: In function 'snd_ymfpci_resume':
> >> sound/pci/ymfpci/ymfpci_main.c:2288:9: error: implicit declaration of function 'snd_ac97_resume'; did you mean 'snd_ac97_reset'? [-Werror=implicit-function-declaration]
> 2288 | snd_ac97_resume(chip->ac97);
> | ^~~~~~~~~~~~~~~
> | snd_ac97_reset
> cc1: some warnings being treated as errors
FYI, I queued a fix for this, the addition of dummy functions.
https://lore.kernel.org/r/20230330132847.12882-1-tiwai@suse.de
thanks,
Takashi
prev parent reply other threads:[~2023-03-30 13:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-30 9:51 kernel test robot
2023-03-30 13:31 ` Takashi Iwai [this message]
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=87r0t6l60p.wl-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=linux-mm@kvack.org \
--cc=lkp@intel.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=tasos@tasossah.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