[alsa-devel] [asoc:topic/intel 24/43] undefined reference to `dw_dma_remove'
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
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
-----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
participants (3)
-
Jie, Yang
-
kbuild test robot
-
Vinod Koul