LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Caleb Crome <caleb@crome.org>
Cc: kbuild-all@01.org, timur@tabi.org, nicoleotsuka@gmail.com,
	Xiubo.Lee@gmail.com, lgirdwood@gmail.com, broonie@kernel.org,
	perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org,
	linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org,
	Caleb Crome <caleb@crome.org>
Subject: Re: [PATCH] ASoC: fsl_ssi: Set watermark and maxburst settings to eliminate DMA xruns on imx processors
Date: Tue, 19 Jan 2016 02:59:36 +0800	[thread overview]
Message-ID: <201601190245.2gbScBue%fengguang.wu@intel.com> (raw)
In-Reply-To: <1453142205-83135-1-git-send-email-caleb@crome.org>

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

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 #2: .config.gz --]
[-- Type: application/octet-stream, Size: 22251 bytes --]

  reply	other threads:[~2016-01-18 19:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-18 18:36 [PATCH] ASoC: fsl_ssi: Set watermark and maxburst settings to eliminate DMA xruns on imx processors Caleb Crome
2016-01-18 18:59 ` kbuild test robot [this message]
2016-01-18 19:25   ` Caleb Crome

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201601190245.2gbScBue%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=Xiubo.Lee@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=caleb@crome.org \
    --cc=kbuild-all@01.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=nicoleotsuka@gmail.com \
    --cc=perex@perex.cz \
    --cc=timur@tabi.org \
    --cc=tiwai@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox