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

kbuild test robot lkp at intel.com
Tue Jan 19 05:59:36 AEDT 2016


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/octet-stream
Size: 22251 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20160119/36cc2a78/attachment-0001.obj>


More information about the Linuxppc-dev mailing list