Re: [alsa-devel] [PATCH v2] ASoC: omap-mcbsp: Add PM QoS support for McBSP to prevent glitches
Hi Matt,
[auto build test ERROR on asoc/for-next] [also build test ERROR on v4.9-rc7 next-20161130] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Matt-Ranostay/ASoC-omap-mcbsp-Add-P... base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next config: arm-allmodconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705 reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/ma... -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree make.cross ARCH=arm
All errors (new ones prefixed by >>):
sound/soc/omap/mcbsp.c: In function 'omap_mcbsp_start':
sound/soc/omap/mcbsp.c:653:28: error: 'struct omap_mcbsp' has no member named 'pm_qos_req'; did you mean 'dma_req'?
pm_qos_add_request(&mcbsp->pm_qos_req, ^~ sound/soc/omap/mcbsp.c: In function 'omap_mcbsp_stop': sound/soc/omap/mcbsp.c:745:30: error: 'struct omap_mcbsp' has no member named 'pm_qos_req'; did you mean 'dma_req'? pm_qos_remove_request(&mcbsp->pm_qos_req); ^~ sound/soc/omap/mcbsp.c: In function 'omap_mcbsp_cleanup': sound/soc/omap/mcbsp.c:1113:34: error: 'struct omap_mcbsp' has no member named 'pm_qos_req'; did you mean 'dma_req'? if (pm_qos_request_active(&mcbsp->pm_qos_req)) ^~ sound/soc/omap/mcbsp.c:1114:31: error: 'struct omap_mcbsp' has no member named 'pm_qos_req'; did you mean 'dma_req'? pm_qos_remove_request(&mcbsp->pm_qos_req); ^~
vim +653 sound/soc/omap/mcbsp.c
647 int enable_srg = 0; 648 int latency = mcbsp->pdata->buffer_size * 23; 649 u16 w; 650 651 /* Prevent omap hardware from hitting off between fifo fills */ 652 if (latency)
653 pm_qos_add_request(&mcbsp->pm_qos_req,
654 PM_QOS_CPU_DMA_LATENCY, latency); 655 656 if (mcbsp->st_data)
--- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
participants (1)
-
kbuild test robot