Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Cc: alsa-devel@alsa-project.org, Mark Brown <broonie@kernel.org>,
	kbuild-all@lists.01.org,
	Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Subject: [alsa-devel] [asoc:for-5.4 438/441] sound/soc/sof/sof-pci-dev.c:116:15: error: 'snd_soc_acpi_intel_cfl_machines' undeclared here (not in a function); did you mean 'snd_soc_acpi_intel_cnl_machines'?
Date: Sun, 17 Nov 2019 10:54:14 +0800	[thread overview]
Message-ID: <201911171012.nWOH6PTR%lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.4
head:   fe23be2d85b05f561431d75acddec726ea807d2a
commit: 130d3e90777fe974e4b8fa100cec8faf19cac998 [438/441] ASoC: SOF: Intel: Fix CFL and CML FW nocodec binary names.
config: x86_64-allyesconfig (attached as .config)
compiler: gcc-7 (Debian 7.4.0-14) 7.4.0
reproduce:
        git checkout 130d3e90777fe974e4b8fa100cec8faf19cac998
        # save the attached .config to linux build tree
        make ARCH=x86_64 

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

All errors (new ones prefixed by >>):

>> sound/soc/sof/sof-pci-dev.c:116:15: error: 'snd_soc_acpi_intel_cfl_machines' undeclared here (not in a function); did you mean 'snd_soc_acpi_intel_cnl_machines'?
     .machines  = snd_soc_acpi_intel_cfl_machines,
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  snd_soc_acpi_intel_cnl_machines
>> sound/soc/sof/sof-pci-dev.c:136:15: error: 'snd_soc_acpi_intel_cml_machines' undeclared here (not in a function); did you mean 'snd_soc_acpi_intel_cfl_machines'?
     .machines  = snd_soc_acpi_intel_cml_machines,
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  snd_soc_acpi_intel_cfl_machines

vim +116 sound/soc/sof/sof-pci-dev.c

   113	
   114	#if IS_ENABLED(CONFIG_SND_SOC_SOF_COFFEELAKE)
   115	static const struct sof_dev_desc cfl_desc = {
 > 116		.machines		= snd_soc_acpi_intel_cfl_machines,
   117		.resindex_lpe_base	= 0,
   118		.resindex_pcicfg_base	= -1,
   119		.resindex_imr_base	= -1,
   120		.irqindex_host_ipc	= -1,
   121		.resindex_dma_base	= -1,
   122		.chip_info = &cnl_chip_info,
   123		.default_fw_path = "intel/sof",
   124		.default_tplg_path = "intel/sof-tplg",
   125		.nocodec_fw_filename = "sof-cfl.ri",
   126		.nocodec_tplg_filename = "sof-cnl-nocodec.tplg",
   127		.ops = &sof_cnl_ops,
   128		.arch_ops = &sof_xtensa_arch_ops
   129	};
   130	#endif
   131	
   132	#if IS_ENABLED(CONFIG_SND_SOC_SOF_COMETLAKE_LP) || \
   133		IS_ENABLED(CONFIG_SND_SOC_SOF_COMETLAKE_H)
   134	
   135	static const struct sof_dev_desc cml_desc = {
 > 136		.machines		= snd_soc_acpi_intel_cml_machines,
   137		.resindex_lpe_base	= 0,
   138		.resindex_pcicfg_base	= -1,
   139		.resindex_imr_base	= -1,
   140		.irqindex_host_ipc	= -1,
   141		.resindex_dma_base	= -1,
   142		.chip_info = &cnl_chip_info,
   143		.default_fw_path = "intel/sof",
   144		.default_tplg_path = "intel/sof-tplg",
   145		.nocodec_fw_filename = "sof-cml.ri",
   146		.nocodec_tplg_filename = "sof-cnl-nocodec.tplg",
   147		.ops = &sof_cnl_ops,
   148		.arch_ops = &sof_xtensa_arch_ops
   149	};
   150	#endif
   151	

---
0-DAY kernel test infrastructure                 Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 69734 bytes --]

[-- Attachment #3: Type: text/plain, Size: 161 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

                 reply	other threads:[~2019-11-17  2:55 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=201911171012.nWOH6PTR%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=kbuild-all@lists.01.org \
    --cc=liam.r.girdwood@linux.intel.com \
    --cc=pierre-louis.bossart@linux.intel.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