On Thu, Feb 22, 2018 at 10:28 AM, kbuild test robot fengguang.wu@intel.com wrote:
tree: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git topic/generic-dmaengine head: f0b3bdbd5c63c3f69f3b6a869355c676d22fd348 commit: f0b3bdbd5c63c3f69f3b6a869355c676d22fd348 [1/1] ASoC: soc-generic-dmaengine-pcm: Add a DMA debugfs_prefix entry config: i386-randconfig-x004-201807 (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: git checkout f0b3bdbd5c63c3f69f3b6a869355c676d22fd348 # save the attached .config to linux build tree make ARCH=i386
All errors (new ones prefixed by >>):
sound/soc/soc-generic-dmaengine-pcm.c: In function 'snd_dmaengine_pcm_register':
sound/soc/soc-generic-dmaengine-pcm.c:435:5: error: 'struct dmaengine_pcm' has no member named 'component'
pcm->component.debugfs_prefix = "dma";
This error happens because topic/generic-dmaengine misses the following commit:
commit be7ee5f32a9a4eba881d18e85d58e9a03a9cca99 Author: Kuninori Morimoto kuninori.morimoto.gx@renesas.com Date: Mon Jan 29 02:41:09 2018 +0000
ASoC: soc-generic-dmaengine-pcm: replace platform to component
Now platform can be replaced to component, let's do it.
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown broonie@kernel.org