linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Stephen Rothwell <sfr@canb.auug.org.au>,
	Linux-Next Mailing List <linux-next@vger.kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Maruthi.Bayyavarapu@amd.com,
	moderated for non-subscribers <alsa-devel@alsa-project.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>
Subject: Re: linux-next: Tree for Nov 14 (sound/soc/amd/raven/)
Date: Wed, 14 Nov 2018 12:38:20 -0800	[thread overview]
Message-ID: <746f93fc-84ec-88db-4a77-b2493d36b377@infradead.org> (raw)
In-Reply-To: <20181114162632.615933dd@canb.auug.org.au>

On 11/13/18 9:26 PM, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20181113:
> 

on i386 or x86_64:
when CONFIG_PCI is not enabled.


../sound/soc/amd/raven/pci-acp3x.c: In function 'snd_acp3x_probe':
../sound/soc/amd/raven/pci-acp3x.c:59:2: error: implicit declaration of function 'pci_enable_msi' [-Werror=implicit-function-declaration]
  ret = pci_enable_msi(pci);
  ^
../sound/soc/amd/raven/pci-acp3x.c:124:2: error: implicit declaration of function 'pci_disable_msi' [-Werror=implicit-function-declaration]
  pci_disable_msi(pci);
  ^
../sound/soc/amd/raven/pci-acp3x.c: At top level:
../sound/soc/amd/raven/pci-acp3x.c:161:1: warning: data definition has no type or storage class [enabled by default]
 module_pci_driver(acp3x_driver);
 ^
../sound/soc/amd/raven/pci-acp3x.c:161:1: error: type defaults to 'int' in declaration of 'module_pci_driver' [-Werror=implicit-int]
../sound/soc/amd/raven/pci-acp3x.c:161:1: warning: parameter names (without types) in function declaration [enabled by default]
../sound/soc/amd/raven/pci-acp3x.c:154:26: warning: 'acp3x_driver' defined but not used [-Wunused-variable]
 static struct pci_driver acp3x_driver  = {
                          ^

config SND_SOC_AMD_ACP3x
	tristate "AMD Audio Coprocessor-v3.x support"
	help
	 This option enables ACP v3.x I2S support on AMD platform

Needs "depends on PCI"??


-- 
~Randy

      reply	other threads:[~2018-11-14 20:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-14  5:26 linux-next: Tree for Nov 14 Stephen Rothwell
2018-11-14 20:38 ` Randy Dunlap [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=746f93fc-84ec-88db-4a77-b2493d36b377@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=Maruthi.Bayyavarapu@amd.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    /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;
as well as URLs for NNTP newsgroup(s).