All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [morimoto:sound-cleanup-2026-06-16 325/326] sound/soc/codecs/cs35l56-test.c:84:9: error: implicit declaration of function 'snd_soc_card_set_pci_ssid'; did you mean 'snd_soc_card_driver_set_pci_ssid'?
Date: Tue, 16 Jun 2026 20:25:59 +0200	[thread overview]
Message-ID: <202606162000.12RPwBad-lkp@intel.com> (raw)

tree:   https://github.com/morimoto/linux sound-cleanup-2026-06-16
head:   5ce50ac7d0a59c6fb15e1baa7e6824ac096fe092
commit: bcca3afbe4030eb595d239674303afc5fd051920 [325/326] ASoC: soc-card.h: remove compatible definition
config: x86_64-rhel-9.4-kunit (https://download.01.org/0day-ci/archive/20260616/202606162000.12RPwBad-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260616/202606162000.12RPwBad-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/202606162000.12RPwBad-lkp@intel.com/

All errors (new ones prefixed by >>):

   sound/soc/codecs/cs35l56-test.c: In function 'cs35l56_test_system_name_from_ssid':
>> sound/soc/codecs/cs35l56-test.c:84:9: error: implicit declaration of function 'snd_soc_card_set_pci_ssid'; did you mean 'snd_soc_card_driver_set_pci_ssid'? [-Wimplicit-function-declaration]
      84 |         snd_soc_card_set_pci_ssid(card, 0x12b4, 0xa7c8);
         |         ^~~~~~~~~~~~~~~~~~~~~~~~~
         |         snd_soc_card_driver_set_pci_ssid
   sound/soc/codecs/cs35l56-test.c: In function 'cs35l56_test_case_init_common':
   sound/soc/codecs/cs35l56-test.c:558:30: error: implicit declaration of function 'snd_soc_component_alloc'; did you mean 'snd_soc_component_close'? [-Wimplicit-function-declaration]
     558 |         cs35l56->component = snd_soc_component_alloc(cs35l56->base.dev, &component_driver,
         |                              ^~~~~~~~~~~~~~~~~~~~~~~
         |                              snd_soc_component_close
   sound/soc/codecs/cs35l56-test.c:558:28: error: assignment to 'struct snd_soc_component *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
     558 |         cs35l56->component = snd_soc_component_alloc(cs35l56->base.dev, &component_driver,
         |                            ^


vim +84 sound/soc/codecs/cs35l56-test.c

d0ab89951197f0 Richard Fitzgerald 2026-01-21  76  
bae6668c526018 Richard Fitzgerald 2026-03-04  77  static void cs35l56_test_system_name_from_ssid(struct kunit *test)
bae6668c526018 Richard Fitzgerald 2026-03-04  78  {
bae6668c526018 Richard Fitzgerald 2026-03-04  79  	struct cs35l56_test_priv *priv = test->priv;
bae6668c526018 Richard Fitzgerald 2026-03-04  80  	struct cs35l56_private *cs35l56 = priv->cs35l56_priv;
4bbdf4f7c93787 Kuninori Morimoto  2026-06-11  81  	struct snd_soc_card *card = cs35l56->card;
bae6668c526018 Richard Fitzgerald 2026-03-04  82  
bae6668c526018 Richard Fitzgerald 2026-03-04  83  	cs35l56->speaker_id = -1;
4bbdf4f7c93787 Kuninori Morimoto  2026-06-11 @84  	snd_soc_card_set_pci_ssid(card, 0x12b4, 0xa7c8);
bae6668c526018 Richard Fitzgerald 2026-03-04  85  
bae6668c526018 Richard Fitzgerald 2026-03-04  86  	KUNIT_EXPECT_EQ(test, cs35l56_get_firmware_uid(cs35l56), 0);
bae6668c526018 Richard Fitzgerald 2026-03-04  87  	KUNIT_EXPECT_EQ(test, cs35l56_set_fw_name(cs35l56->component), 0);
bae6668c526018 Richard Fitzgerald 2026-03-04  88  	KUNIT_EXPECT_STREQ(test, cs35l56->dsp.system_name, "12b4a7c8");
bae6668c526018 Richard Fitzgerald 2026-03-04  89  }
bae6668c526018 Richard Fitzgerald 2026-03-04  90  

:::::: The code at line 84 was first introduced by commit
:::::: 4bbdf4f7c937878b634b01d362515e2a79053b52 dai

:::::: TO: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
:::::: CC: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

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

                 reply	other threads:[~2026-06-16 18:27 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=202606162000.12RPwBad-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kuninori.morimoto.gx@renesas.com \
    --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.