All of lore.kernel.org
 help / color / mirror / Atom feed
* [asoc:topic/intel 24/43] undefined reference to `dw_dma_remove'
@ 2015-11-22  1:52 kbuild test robot
  2015-11-22 10:50 ` Vinod Koul
  0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2015-11-22  1:52 UTC (permalink / raw)
  To: Vinod Koul; +Cc: alsa-devel, Mark Brown, kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git topic/intel
head:   85af2a665144f40cdf60c0e0e7fe88e40c20b0fa
commit: 12cc291b0b58503b3b0e629ac605218df1851ce1 [24/43] ASoC: Intel: Atom: move atom driver to common acpi match
config: x86_64-randconfig-s5-11220851 (attached as .config)
reproduce:
        git checkout 12cc291b0b58503b3b0e629ac605218df1851ce1
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   sound/built-in.o: In function `sst_dma_free':
>> (.text+0x3ee67): undefined reference to `dw_dma_remove'
   sound/built-in.o: In function `sst_dma_new':
>> (.text+0x4065e): undefined reference to `dw_dma_probe'

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 23156 bytes --]

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



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

* Re: [asoc:topic/intel 24/43] undefined reference to `dw_dma_remove'
  2015-11-22  1:52 [asoc:topic/intel 24/43] undefined reference to `dw_dma_remove' kbuild test robot
@ 2015-11-22 10:50 ` Vinod Koul
  2015-11-23 13:01   ` Jie, Yang
  0 siblings, 1 reply; 3+ messages in thread
From: Vinod Koul @ 2015-11-22 10:50 UTC (permalink / raw)
  To: kbuild test robot, Jie, Yang; +Cc: alsa-devel, Mark Brown, kbuild-all

On Sun, Nov 22, 2015 at 09:52:46AM +0800, kbuild test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git topic/intel
> head:   85af2a665144f40cdf60c0e0e7fe88e40c20b0fa
> commit: 12cc291b0b58503b3b0e629ac605218df1851ce1 [24/43] ASoC: Intel: Atom: move atom driver to common acpi match
> config: x86_64-randconfig-s5-11220851 (attached as .config)
> reproduce:
>         git checkout 12cc291b0b58503b3b0e629ac605218df1851ce1
>         # save the attached .config to linux build tree
>         make ARCH=x86_64 
> 
> All errors (new ones prefixed by >>):
> 
>    sound/built-in.o: In function `sst_dma_free':
> >> (.text+0x3ee67): undefined reference to `dw_dma_remove'
>    sound/built-in.o: In function `sst_dma_new':
> >> (.text+0x4065e): undefined reference to `dw_dma_probe'

Yes we do not use dw_dma as we use HDA DMA. The DW DMA is used in atom
platforms. Keyon was planning to fix this up.

Keyon did you get around to fix this and send patches

-- 
~Vinod

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

* Re: [asoc:topic/intel 24/43] undefined reference to `dw_dma_remove'
  2015-11-22 10:50 ` Vinod Koul
@ 2015-11-23 13:01   ` Jie, Yang
  0 siblings, 0 replies; 3+ messages in thread
From: Jie, Yang @ 2015-11-23 13:01 UTC (permalink / raw)
  To: Koul, Vinod, Wu, Fengguang
  Cc: alsa-devel@alsa-project.org, Mark Brown, kbuild-all@01.org

>-----Original Message-----
>From: Koul, Vinod
>Sent: Sunday, November 22, 2015 6:51 PM
>To: Wu, Fengguang; Jie, Yang
>Cc: kbuild-all@01.org; alsa-devel@alsa-project.org; Mark Brown
>Subject: Re: [asoc:topic/intel 24/43] undefined reference to
>`dw_dma_remove'
>
>On Sun, Nov 22, 2015 at 09:52:46AM +0800, kbuild test robot wrote:
>> tree:
>https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
>topic/intel
>> head:   85af2a665144f40cdf60c0e0e7fe88e40c20b0fa
>> commit: 12cc291b0b58503b3b0e629ac605218df1851ce1 [24/43] ASoC:
>Intel: Atom: move atom driver to common acpi match
>> config: x86_64-randconfig-s5-11220851 (attached as .config)
>> reproduce:
>>         git checkout 12cc291b0b58503b3b0e629ac605218df1851ce1
>>         # save the attached .config to linux build tree
>>         make ARCH=x86_64
>>
>> All errors (new ones prefixed by >>):
>>
>>    sound/built-in.o: In function `sst_dma_free':
>> >> (.text+0x3ee67): undefined reference to `dw_dma_remove'
>>    sound/built-in.o: In function `sst_dma_new':
>> >> (.text+0x4065e): undefined reference to `dw_dma_probe'
>
>Yes we do not use dw_dma as we use HDA DMA. The DW DMA is used in
>atom
>platforms. Keyon was planning to fix this up.
>
>Keyon did you get around to fix this and send patches

Yes, I did and submitted one, but it looks not thoroughly and not cover
this case(triggered by this new 'select SND_SOC_INTEL_SST' ), I will  
submit new patch to fix it.

Thanks,
~Keyon

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

end of thread, other threads:[~2015-11-23 13:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-22  1:52 [asoc:topic/intel 24/43] undefined reference to `dw_dma_remove' kbuild test robot
2015-11-22 10:50 ` Vinod Koul
2015-11-23 13:01   ` Jie, Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.