Re: [PATCH] ASoC: fsl_ssi: Set watermark and maxburst settings to eliminate DMA xruns on imx processors

From: kbuild test robot
Date: Mon Jan 18 2016 - 14:02:30 EST


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

Attachment: .config.gz
Description: Binary data