All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH 1/5] ASoC: SOF: Intel: add SoundWire configuration interface
Date: Sat, 26 Oct 2019 20:52:15 +0800	[thread overview]
Message-ID: <201910262045.1gS72K33%lkp@intel.com> (raw)
In-Reply-To: <20191023211504.32675-2-pierre-louis.bossart@linux.intel.com>

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

Hi Pierre-Louis,

I love your patch! Yet something to improve:

[auto build test ERROR on asoc/for-next]
[cannot apply to v5.4-rc4 next-20191025]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]

url:    https://github.com/0day-ci/linux/commits/Pierre-Louis-Bossart/ASoC-SOF-Intel-Soundwire-integration/20191026-034949
base:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
config: s390-allmodconfig (attached as .config)
compiler: s390-linux-gcc (GCC) 7.4.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        GCC_VERSION=7.4.0 make.cross ARCH=s390 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   In file included from sound/soc/sof/sof-pci-dev.c:22:0:
>> sound/soc/sof/intel/hda.h:408:29: error: field 'info' has incomplete type
     struct sdw_intel_acpi_info info;
                                ^~~~

vim +/info +408 sound/soc/sof/intel/hda.h

   387	
   388		struct hda_bus hbus;
   389	
   390		/* hw config */
   391		const struct sof_intel_dsp_desc *desc;
   392	
   393		/* trace */
   394		struct hdac_ext_stream *dtrace_stream;
   395	
   396		/* if position update IPC needed */
   397		u32 no_ipc_position;
   398	
   399		/* the maximum number of streams (playback + capture) supported */
   400		u32 stream_max;
   401	
   402		int irq;
   403	
   404		/* DMIC device */
   405		struct platform_device *dmic_dev;
   406	
   407		/* ACPI information stored between scan and probe steps */
 > 408		struct sdw_intel_acpi_info info;
   409	
   410		/* sdw context allocated by SoundWire driver */
   411		struct sdw_intel_ctx *sdw;
   412	};
   413	

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

  reply	other threads:[~2019-10-26 12:52 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-23 21:14 [PATCH 0/5] ASoC: SOF: Intel: Soundwire integration Pierre-Louis Bossart
2019-10-23 21:14 ` [alsa-devel] " Pierre-Louis Bossart
2019-10-23 21:15 ` [PATCH 1/5] ASoC: SOF: Intel: add SoundWire configuration interface Pierre-Louis Bossart
2019-10-23 21:15   ` [alsa-devel] " Pierre-Louis Bossart
2019-10-26 12:52   ` kbuild test robot [this message]
2019-10-23 21:15 ` [PATCH 2/5] ASoC: SOF: IPC: dai-intel: move ALH declarations in header file Pierre-Louis Bossart
2019-10-23 21:15   ` [alsa-devel] " Pierre-Louis Bossart
2019-10-23 21:15 ` [PATCH 3/5] ASoC: SOF: Intel: hda: add SoundWire stream config/free callbacks Pierre-Louis Bossart
2019-10-23 21:15   ` [alsa-devel] " Pierre-Louis Bossart
2019-10-23 21:15 ` [PATCH 4/5] ASoC: SOF: Intel: hda: initial SoundWire machine driver autodetect Pierre-Louis Bossart
2019-10-23 21:15   ` [alsa-devel] " Pierre-Louis Bossart
2019-10-23 21:15 ` [PATCH 5/5] ASoC: SOF: Intel: hda: disable SoundWire interrupts on suspend Pierre-Louis Bossart
2019-10-23 21:15   ` [alsa-devel] " Pierre-Louis Bossart
2019-11-06 20:54 ` [PATCH 0/5] ASoC: SOF: Intel: Soundwire integration Pierre-Louis Bossart
2019-11-06 20:54   ` [alsa-devel] " Pierre-Louis Bossart

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=201910262045.1gS72K33%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /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.