All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Jose Abreu <Jose.Abreu@synopsys.com>
Cc: kbuild-all@01.org, linux-snps-arc@lists.infradead.org,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	alsa-devel@alsa-project.org, broonie@kernel.org,
	CARLOS.PALMINHA@synopsys.com, Alexey.Brodkin@synopsys.com,
	Vineet.Gupta1@synopsys.com, architt@codeaurora.org,
	airlied@linux.ie, lgirdwood@gmail.com, perex@perex.cz,
	tiwai@suse.com, Jose Abreu <Jose.Abreu@synopsys.com>
Subject: Re: [PATCH 4/5 v4] ASoC: dwc: Add custom PCM driver
Date: Fri, 8 Apr 2016 01:54:52 +0800	[thread overview]
Message-ID: <201604080100.XjcjGZqI%fengguang.wu@intel.com> (raw)
In-Reply-To: <cd6b78074e054bf5991dd0800959ac4cf1076dc3.1460047238.git.joabreu@synopsys.com>

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

Hi Jose,

[auto build test ERROR on drm/drm-next]
[also build test ERROR on v4.6-rc2 next-20160407]
[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/Jose-Abreu/Add-I2S-ADV7511-audio-support-for-ARC-AXS10x-boards/20160408-005829
base:   git://people.freedesktop.org/~airlied/linux.git drm-next
config: i386-allmodconfig (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

>> sound/soc/dwc/designware_pcm.c:46:5: error: redefinition of 'dw_pcm_transfer'
    int dw_pcm_transfer(u32 *lsample, u32 *rsample, int bytes, int buf_size,
        ^
   In file included from sound/soc/dwc/designware_pcm.c:20:0:
   sound/soc/dwc/designware.h:63:5: note: previous definition of 'dw_pcm_transfer' was here
    int dw_pcm_transfer(u32 *lsample, u32 *rsample, int bytes, int buf_size,
        ^

vim +/dw_pcm_transfer +46 sound/soc/dwc/designware_pcm.c

    40		.period_bytes_min = PERIOD_BYTES_MIN,
    41		.period_bytes_max = BUFFER_BYTES_MAX / PERIODS_MIN,
    42		.periods_min = PERIODS_MIN,
    43		.periods_max = BUFFER_BYTES_MAX / PERIOD_BYTES_MIN,
    44	};
    45	
  > 46	int dw_pcm_transfer(u32 *lsample, u32 *rsample, int bytes, int buf_size,
    47			struct dw_pcm_binfo *bi)
    48	{
    49		struct snd_pcm_runtime *rt = bi->stream->runtime;

---
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: 54459 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, linux-snps-arc@lists.infradead.org,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	alsa-devel@alsa-project.org, broonie@kernel.org,
	CARLOS.PALMINHA@synopsys.com, Alexey.Brodkin@synopsys.com,
	Vineet.Gupta1@synopsys.com, architt@codeaurora.org,
	airlied@linux.ie, lgirdwood@gmail.com, perex@perex.cz,
	tiwai@suse.com, Jose Abreu <Jose.Abreu@synopsys.com>
Subject: Re: [PATCH 4/5 v4] ASoC: dwc: Add custom PCM driver
Date: Fri, 8 Apr 2016 01:54:52 +0800	[thread overview]
Message-ID: <201604080100.XjcjGZqI%fengguang.wu@intel.com> (raw)
In-Reply-To: <cd6b78074e054bf5991dd0800959ac4cf1076dc3.1460047238.git.joabreu@synopsys.com>

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

Hi Jose,

[auto build test ERROR on drm/drm-next]
[also build test ERROR on v4.6-rc2 next-20160407]
[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/Jose-Abreu/Add-I2S-ADV7511-audio-support-for-ARC-AXS10x-boards/20160408-005829
base:   git://people.freedesktop.org/~airlied/linux.git drm-next
config: i386-allmodconfig (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

>> sound/soc/dwc/designware_pcm.c:46:5: error: redefinition of 'dw_pcm_transfer'
    int dw_pcm_transfer(u32 *lsample, u32 *rsample, int bytes, int buf_size,
        ^
   In file included from sound/soc/dwc/designware_pcm.c:20:0:
   sound/soc/dwc/designware.h:63:5: note: previous definition of 'dw_pcm_transfer' was here
    int dw_pcm_transfer(u32 *lsample, u32 *rsample, int bytes, int buf_size,
        ^

vim +/dw_pcm_transfer +46 sound/soc/dwc/designware_pcm.c

    40		.period_bytes_min = PERIOD_BYTES_MIN,
    41		.period_bytes_max = BUFFER_BYTES_MAX / PERIODS_MIN,
    42		.periods_min = PERIODS_MIN,
    43		.periods_max = BUFFER_BYTES_MAX / PERIOD_BYTES_MIN,
    44	};
    45	
  > 46	int dw_pcm_transfer(u32 *lsample, u32 *rsample, int bytes, int buf_size,
    47			struct dw_pcm_binfo *bi)
    48	{
    49		struct snd_pcm_runtime *rt = bi->stream->runtime;

---
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: 54459 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: lkp@intel.com (kbuild test robot)
To: linux-snps-arc@lists.infradead.org
Subject: [PATCH 4/5 v4] ASoC: dwc: Add custom PCM driver
Date: Fri, 8 Apr 2016 01:54:52 +0800	[thread overview]
Message-ID: <201604080100.XjcjGZqI%fengguang.wu@intel.com> (raw)
In-Reply-To: <cd6b78074e054bf5991dd0800959ac4cf1076dc3.1460047238.git.joabreu@synopsys.com>

Hi Jose,

[auto build test ERROR on drm/drm-next]
[also build test ERROR on v4.6-rc2 next-20160407]
[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/Jose-Abreu/Add-I2S-ADV7511-audio-support-for-ARC-AXS10x-boards/20160408-005829
base:   git://people.freedesktop.org/~airlied/linux.git drm-next
config: i386-allmodconfig (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

>> sound/soc/dwc/designware_pcm.c:46:5: error: redefinition of 'dw_pcm_transfer'
    int dw_pcm_transfer(u32 *lsample, u32 *rsample, int bytes, int buf_size,
        ^
   In file included from sound/soc/dwc/designware_pcm.c:20:0:
   sound/soc/dwc/designware.h:63:5: note: previous definition of 'dw_pcm_transfer' was here
    int dw_pcm_transfer(u32 *lsample, u32 *rsample, int bytes, int buf_size,
        ^

vim +/dw_pcm_transfer +46 sound/soc/dwc/designware_pcm.c

    40		.period_bytes_min = PERIOD_BYTES_MIN,
    41		.period_bytes_max = BUFFER_BYTES_MAX / PERIODS_MIN,
    42		.periods_min = PERIODS_MIN,
    43		.periods_max = BUFFER_BYTES_MAX / PERIOD_BYTES_MIN,
    44	};
    45	
  > 46	int dw_pcm_transfer(u32 *lsample, u32 *rsample, int bytes, int buf_size,
    47			struct dw_pcm_binfo *bi)
    48	{
    49		struct snd_pcm_runtime *rt = bi->stream->runtime;

---
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: 54459 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-snps-arc/attachments/20160408/fe14ec37/attachment-0001.obj>

  reply	other threads:[~2016-04-07 17:56 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-07 16:53 [PATCH 0/5 v4] Add I2S/ADV7511 audio support for ARC AXS10x boards Jose Abreu
2016-04-07 16:53 ` Jose Abreu
2016-04-07 16:53 ` Jose Abreu
2016-04-07 16:53 ` [PATCH 1/5 v4] drm/i2c/adv7511: Rename and move to separate folder Jose Abreu
2016-04-07 16:53   ` Jose Abreu
2016-04-07 16:53   ` Jose Abreu
2016-04-07 16:53 ` [PATCH 2/5 v4] drm/i2c/adv7511: Add audio support Jose Abreu
2016-04-07 16:53   ` Jose Abreu
2016-04-08 15:46   ` [alsa-devel] " Lars-Peter Clausen
2016-04-08 15:46     ` Lars-Peter Clausen
2016-04-08 16:05     ` Jose Abreu
2016-04-08 16:12     ` Jose Abreu
2016-04-08 16:12       ` Jose Abreu
2016-04-08 16:12       ` Jose Abreu
2016-04-09 15:02       ` [alsa-devel] " Lars-Peter Clausen
2016-04-09 15:02         ` Lars-Peter Clausen
2016-04-09 15:02         ` Lars-Peter Clausen
2016-04-11  9:27         ` Jose Abreu
2016-04-11  9:27           ` Jose Abreu
2016-04-11  9:27           ` Jose Abreu
2016-04-11  9:33           ` Lars-Peter Clausen
2016-04-11  9:33             ` Lars-Peter Clausen
2016-04-11  9:33             ` Lars-Peter Clausen
2016-04-11 11:32             ` Jose Abreu
2016-04-11 11:32               ` Jose Abreu
2016-04-11 11:32               ` Jose Abreu
2016-04-11 12:23               ` [alsa-devel] " Lars-Peter Clausen
2016-04-11 12:23                 ` Lars-Peter Clausen
2016-04-11 12:23                 ` Lars-Peter Clausen
2016-04-11 14:08                 ` Jose Abreu
2016-04-11 14:08                   ` Jose Abreu
2016-04-11 14:08                   ` Jose Abreu
2016-04-11 19:34                   ` [alsa-devel] " Lars-Peter Clausen
2016-04-11 19:34                     ` Lars-Peter Clausen
2016-04-11 19:34                     ` Lars-Peter Clausen
2016-04-07 16:53 ` [PATCH 3/5 v4] ASoC: dwc: Use fifo depth to program FCR Jose Abreu
2016-04-07 16:53   ` Jose Abreu
2016-04-07 16:53   ` Jose Abreu
2016-04-07 17:57   ` Applied "ASoC: dwc: Use fifo depth to program FCR" to the asoc tree Mark Brown
2016-04-07 17:57     ` Mark Brown
2016-04-07 17:57     ` Mark Brown
2016-04-07 16:53 ` [PATCH 4/5 v4] ASoC: dwc: Add custom PCM driver Jose Abreu
2016-04-07 16:53   ` Jose Abreu
2016-04-07 17:54   ` kbuild test robot [this message]
2016-04-07 17:54     ` kbuild test robot
2016-04-07 17:54     ` kbuild test robot
2016-04-07 16:53 ` [PATCH 5/5 v4] ASoC: dwc: Update DOCUMENTATION for I2S Driver Jose Abreu
2016-04-07 16:53   ` Jose Abreu
2016-04-07 17:53   ` Mark Brown
2016-04-07 17:53     ` Mark Brown
2016-04-07 17:53     ` Mark Brown
2016-04-08 10:06     ` Jose Abreu
2016-04-08 10:06       ` Jose Abreu
2016-04-08 10:06       ` Jose Abreu
2016-04-08 15:52       ` [alsa-devel] " Lars-Peter Clausen
2016-04-08 15:52         ` Lars-Peter Clausen
2016-04-08 15:52         ` Lars-Peter Clausen
2016-04-08 16:08         ` Jose Abreu
2016-04-08 16:08           ` Jose Abreu
2016-04-08 16:08           ` Jose Abreu
2016-04-09 14:55           ` Lars-Peter Clausen
2016-04-09 14:55             ` Lars-Peter Clausen
2016-04-09 14:55             ` Lars-Peter Clausen
2016-04-11  9:24             ` Jose Abreu
2016-04-11  9:24               ` Jose Abreu
2016-04-11  9:24               ` Jose Abreu

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=201604080100.XjcjGZqI%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=Alexey.Brodkin@synopsys.com \
    --cc=CARLOS.PALMINHA@synopsys.com \
    --cc=Jose.Abreu@synopsys.com \
    --cc=Vineet.Gupta1@synopsys.com \
    --cc=airlied@linux.ie \
    --cc=alsa-devel@alsa-project.org \
    --cc=architt@codeaurora.org \
    --cc=broonie@kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kbuild-all@01.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-snps-arc@lists.infradead.org \
    --cc=perex@perex.cz \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.