alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* Re: linux-next: Tree for Oct 6 (sound/soc/intel/catpt/device.c)
       [not found] <20201006231234.701591b5@canb.auug.org.au>
@ 2020-10-06 18:54 ` Randy Dunlap
  2020-10-06 19:35   ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2020-10-06 18:54 UTC (permalink / raw)
  To: Stephen Rothwell, Linux Next Mailing List
  Cc: Pierre-Louis Bossart, Cezary Rojewski, Jie Yang,
	moderated for non-subscribers, Linux Kernel Mailing List,
	Liam Girdwood

On 10/6/20 5:12 AM, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20201002:
> 

on x86_64 or i386:
when CONFIG_MODULES is not set/enabled:

../sound/soc/intel/catpt/device.c: In function ‘catpt_resume’:
../sound/soc/intel/catpt/device.c:84:7: error: implicit declaration of function ‘module_is_live’; did you mean ‘module_driver’? [-Werror=implicit-function-declaration]
  if (!module_is_live(dev->driver->owner)) {
       ^~~~~~~~~~~~~~
       module_driver


You could see
commit cdb685cb9158fa67f6f4584ea39279ed7ae39253
Author: Danil Kipnis <danil.kipnis@cloud.ionos.com>
Date:   Thu May 21 20:59:09 2020 +0200

    RDMA/rnbd: Fix compilation error when CONFIG_MODULES is disabled

for a possible fix.

-- 
~Randy
Reported-by: Randy Dunlap <rdunlap@infradead.org>

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

* Re: linux-next: Tree for Oct 6 (sound/soc/intel/catpt/device.c)
  2020-10-06 18:54 ` linux-next: Tree for Oct 6 (sound/soc/intel/catpt/device.c) Randy Dunlap
@ 2020-10-06 19:35   ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2020-10-06 19:35 UTC (permalink / raw)
  To: Stephen Rothwell, Linux Next Mailing List
  Cc: Pierre-Louis Bossart, Cezary Rojewski, Jie Yang,
	moderated for non-subscribers, Linux Kernel Mailing List,
	Liam Girdwood

On 10/6/20 11:54 AM, Randy Dunlap wrote:
> On 10/6/20 5:12 AM, Stephen Rothwell wrote:
>> Hi all,
>>
>> Changes since 20201002:
>>
> 
> on x86_64 or i386:
> when CONFIG_MODULES is not set/enabled:
> 
> ../sound/soc/intel/catpt/device.c: In function ‘catpt_resume’:
> ../sound/soc/intel/catpt/device.c:84:7: error: implicit declaration of function ‘module_is_live’; did you mean ‘module_driver’? [-Werror=implicit-function-declaration]
>   if (!module_is_live(dev->driver->owner)) {
>        ^~~~~~~~~~~~~~
>        module_driver
> 
> 
> You could see
> commit cdb685cb9158fa67f6f4584ea39279ed7ae39253
> Author: Danil Kipnis <danil.kipnis@cloud.ionos.com>
> Date:   Thu May 21 20:59:09 2020 +0200
> 
>     RDMA/rnbd: Fix compilation error when CONFIG_MODULES is disabled
> 
> for a possible fix.
> 

I also just saw this:

WARNING: unmet direct dependencies detected for DW_DMAC_CORE
  Depends on [n]: DMADEVICES [=n]
  Selected by [y]:
  - SND_SOC_INTEL_CATPT [=y] && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && SND_SOC_INTEL_SST_TOPLEVEL [=y] && (ACPI [=n] || COMPILE_TEST [=y]) && SND_DMA_SGBUF [=y]

so SND_SOC_INTEL_CATPT should also depend on DMADEVICES.


-- 
~Randy
Reported-by: Randy Dunlap <rdunlap@infradead.org>

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

end of thread, other threads:[~2020-10-06 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20201006231234.701591b5@canb.auug.org.au>
2020-10-06 18:54 ` linux-next: Tree for Oct 6 (sound/soc/intel/catpt/device.c) Randy Dunlap
2020-10-06 19:35   ` Randy Dunlap

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).