[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201601190245.2gbScBue%fengguang.wu@intel.com>
Date: Tue, 19 Jan 2016 02:59:36 +0800
From: kbuild test robot <lkp@...el.com>
To: Caleb Crome <caleb@...me.org>
Cc: kbuild-all@...org, timur@...i.org, nicoleotsuka@...il.com,
Xiubo.Lee@...il.com, lgirdwood@...il.com, broonie@...nel.org,
perex@...ex.cz, tiwai@...e.com, alsa-devel@...a-project.org,
linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org,
Caleb Crome <caleb@...me.org>
Subject: Re: [PATCH] ASoC: fsl_ssi: Set watermark and maxburst settings to
eliminate DMA xruns on imx processors
Hi Caleb,
[auto build test ERROR on asoc/for-next]
[also build test ERROR on v4.4 next-20160118]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/Caleb-Crome/ASoC-fsl_ssi-Set-watermark-and-maxburst-settings-to-eliminate-DMA-xruns-on-imx-processors/20160119-024143
base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
config: x86_64-randconfig-x019-01180513 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
sound/soc/fsl/fsl_ssi.c: In function '_fsl_ssi_set_dai_fmt':
>> sound/soc/fsl/fsl_ssi.c:1012:23: error: request for member 'fifo_watermark' in something not a structure or union
wm = ssi_private->soc.fifo_watermark;
^
vim +/fifo_watermark +1012 sound/soc/fsl/fsl_ssi.c
1006 }
1007
1008 regmap_write(regs, CCSR_SSI_STCR, stcr);
1009 regmap_write(regs, CCSR_SSI_SRCR, srcr);
1010 regmap_write(regs, CCSR_SSI_SCR, scr);
1011
> 1012 wm = ssi_private->soc.fifo_watermark;
1013
1014 regmap_write(regs, CCSR_SSI_SFCSR,
1015 CCSR_SSI_SFCSR_TFWM0(wm) | CCSR_SSI_SFCSR_RFWM0(wm) |
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/octet-stream" (22251 bytes)
Powered by blists - more mailing lists