alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH v2] ASoC: omap-mcbsp: Add PM QoS support for McBSP to prevent glitches
       [not found] <1480467978-20463-1-git-send-email-matt@ranostay.consulting>
@ 2016-12-01  8:42 ` kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2016-12-01  8:42 UTC (permalink / raw)
  Cc: alsa-devel, Matt Ranostay, Tony Lindgren, Peter Ujfalusi,
	kbuild-all, linux-omap

[-- Attachment #1: Type: text/plain, Size: 2349 bytes --]

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-PM-QoS-support-for-McBSP-to-prevent-glitches/20161201-095105
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/make.cross -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

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 59481 bytes --]

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-12-01  8:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1480467978-20463-1-git-send-email-matt@ranostay.consulting>
2016-12-01  8:42 ` [PATCH v2] ASoC: omap-mcbsp: Add PM QoS support for McBSP to prevent glitches kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).