All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Mark Brown <broonie@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [broonie-ci:asoc-6.12 43/43] sound/soc/intel/common/soc-acpi-intel-skl-match.c:12:33: error: storage size of 'skl_dmic_data' isn't known
Date: Wed, 14 Aug 2024 19:36:05 +0800	[thread overview]
Message-ID: <202408141940.SwfIrXwI-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/ci.git asoc-6.12
head:   19eb805d7644939feb4b5a7a5c0c30f014a9872a
commit: 19eb805d7644939feb4b5a7a5c0c30f014a9872a [43/43] ASoC: Intel: Remove skylake driver
config: m68k-allmodconfig (https://download.01.org/0day-ci/archive/20240814/202408141940.SwfIrXwI-lkp@intel.com/config)
compiler: m68k-linux-gcc (GCC) 14.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240814/202408141940.SwfIrXwI-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202408141940.SwfIrXwI-lkp@intel.com/

All error/warnings (new ones prefixed by >>):

>> sound/soc/intel/common/soc-acpi-intel-skl-match.c:12:33: error: storage size of 'skl_dmic_data' isn't known
      12 | static struct skl_machine_pdata skl_dmic_data;
         |                                 ^~~~~~~~~~~~~
--
>> sound/soc/intel/common/soc-acpi-intel-kbl-match.c:12:33: error: storage size of 'skl_dmic_data' isn't known
      12 | static struct skl_machine_pdata skl_dmic_data;
         |                                 ^~~~~~~~~~~~~
--
>> sound/soc/intel/common/soc-acpi-intel-cnl-match.c:18:15: error: variable 'cnl_pdata' has initializer but incomplete type
      18 | static struct skl_machine_pdata cnl_pdata = {
         |               ^~~~~~~~~~~~~~~~~
>> sound/soc/intel/common/soc-acpi-intel-cnl-match.c:19:10: error: 'struct skl_machine_pdata' has no member named 'use_tplg_pcm'
      19 |         .use_tplg_pcm = true,
         |          ^~~~~~~~~~~~
>> sound/soc/intel/common/soc-acpi-intel-cnl-match.c:19:25: warning: excess elements in struct initializer
      19 |         .use_tplg_pcm = true,
         |                         ^~~~
   sound/soc/intel/common/soc-acpi-intel-cnl-match.c:19:25: note: (near initialization for 'cnl_pdata')
>> sound/soc/intel/common/soc-acpi-intel-cnl-match.c:18:33: error: storage size of 'cnl_pdata' isn't known
      18 | static struct skl_machine_pdata cnl_pdata = {
         |                                 ^~~~~~~~~
--
>> sound/soc/intel/common/soc-acpi-intel-icl-match.c:17:15: error: variable 'icl_pdata' has initializer but incomplete type
      17 | static struct skl_machine_pdata icl_pdata = {
         |               ^~~~~~~~~~~~~~~~~
>> sound/soc/intel/common/soc-acpi-intel-icl-match.c:18:10: error: 'struct skl_machine_pdata' has no member named 'use_tplg_pcm'
      18 |         .use_tplg_pcm = true,
         |          ^~~~~~~~~~~~
>> sound/soc/intel/common/soc-acpi-intel-icl-match.c:18:25: warning: excess elements in struct initializer
      18 |         .use_tplg_pcm = true,
         |                         ^~~~
   sound/soc/intel/common/soc-acpi-intel-icl-match.c:18:25: note: (near initialization for 'icl_pdata')
>> sound/soc/intel/common/soc-acpi-intel-icl-match.c:17:33: error: storage size of 'icl_pdata' isn't known
      17 | static struct skl_machine_pdata icl_pdata = {
         |                                 ^~~~~~~~~
--
>> sound/soc/intel/common/soc-acpi-intel-hda-match.c:12:15: error: variable 'hda_pdata' has initializer but incomplete type
      12 | static struct skl_machine_pdata hda_pdata = {
         |               ^~~~~~~~~~~~~~~~~
>> sound/soc/intel/common/soc-acpi-intel-hda-match.c:13:10: error: 'struct skl_machine_pdata' has no member named 'use_tplg_pcm'
      13 |         .use_tplg_pcm = true,
         |          ^~~~~~~~~~~~
>> sound/soc/intel/common/soc-acpi-intel-hda-match.c:13:25: warning: excess elements in struct initializer
      13 |         .use_tplg_pcm = true,
         |                         ^~~~
   sound/soc/intel/common/soc-acpi-intel-hda-match.c:13:25: note: (near initialization for 'hda_pdata')
>> sound/soc/intel/common/soc-acpi-intel-hda-match.c:12:33: error: storage size of 'hda_pdata' isn't known
      12 | static struct skl_machine_pdata hda_pdata = {
         |                                 ^~~~~~~~~


vim +12 sound/soc/intel/common/soc-acpi-intel-skl-match.c

cbaa7f0bdbee19 Pierre-Louis Bossart 2018-06-18  11  
cbaa7f0bdbee19 Pierre-Louis Bossart 2018-06-18 @12  static struct skl_machine_pdata skl_dmic_data;
cbaa7f0bdbee19 Pierre-Louis Bossart 2018-06-18  13  

:::::: The code at line 12 was first introduced by commit
:::::: cbaa7f0bdbee1969bb311c641abbd0d2af6ba861 ASoC: Intel: move SKL+ codec ACPI tables to common directory

:::::: TO: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
:::::: CC: Mark Brown <broonie@kernel.org>

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

                 reply	other threads:[~2024-08-14 11:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202408141940.SwfIrXwI-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=broonie@kernel.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    /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.