From: kbuild test robot <lkp@intel.com>
To: yitian <yitian.bu@tangramtek.com>
Cc: kbuild-all@01.org, lgirdwood@gmail.com, broonie@kernel.org,
perex@perex.cz, tiwai@suse.com, Andrew.Jackson@arm.com,
wsa@the-dreams.de, alsa-devel@alsa-project.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/1] ASoC: dwc: fix dma stop transferring issue
Date: Mon, 28 Sep 2015 16:50:08 +0800 [thread overview]
Message-ID: <201509281643.vPLojmpB%fengguang.wu@intel.com> (raw)
In-Reply-To: <035401d0f9b7$faa800b0$eff80210$@tangramtek.com>
[-- Attachment #1: Type: text/plain, Size: 1413 bytes --]
Hi yitian,
[auto build test results on v4.3-rc3 -- if it's inappropriate base, please ignore]
config: i386-randconfig-r0-201539 (attached as .config)
reproduce:
git checkout 3488a5ee9b79e2ced9fa43b78c9c5d0aa7e052f9
# save the attached .config to linux build tree
make ARCH=i386
All error/warnings (new ones prefixed by >>):
sound/soc/dwc/designware_i2s.c: In function 'i2s_start':
>> sound/soc/dwc/designware_i2s.c:148:8: error: 'i' undeclared (first use in this function)
for (i = 0; i < 4; i++) {
^
sound/soc/dwc/designware_i2s.c:148:8: note: each undeclared identifier is reported only once for each function it appears in
>> sound/soc/dwc/designware_i2s.c:149:4: error: 'irq' undeclared (first use in this function)
irq = i2s_read_reg(dev->i2s_base, IMR(i));
^
vim +/i +148 sound/soc/dwc/designware_i2s.c
142 struct snd_pcm_substream *substream)
143 {
144
145 i2s_write_reg(dev->i2s_base, IER, 1);
146
147 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
> 148 for (i = 0; i < 4; i++) {
> 149 irq = i2s_read_reg(dev->i2s_base, IMR(i));
150 i2s_write_reg(dev->i2s_base, IMR(i), irq & ~0x30);
151 }
152 i2s_write_reg(dev->i2s_base, ITER, 1);
---
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: 24380 bytes --]
prev parent reply other threads:[~2015-09-28 8:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-28 6:36 yitian
2015-09-28 8:50 ` kbuild test robot [this message]
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=201509281643.vPLojmpB%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=Andrew.Jackson@arm.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=kbuild-all@01.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@perex.cz \
--cc=tiwai@suse.com \
--cc=wsa@the-dreams.de \
--cc=yitian.bu@tangramtek.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
all inboxes | Powered by JetHome®