All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Oder Chiou <oder_chiou@realtek.com>,
	broonie@kernel.org, lgirdwood@gmail.com
Cc: oe-kbuild-all@lists.linux.dev, alsa-devel@alsa-project.org,
	flove@realtek.com, shumingf@realtek.com, jack.yu@realtek.com,
	derek.fang@realtek.com, Oder Chiou <oder_chiou@realtek.com>
Subject: Re: [PATCH v5 1/2] ASoC: rt5575: Add the codec driver for the ALC5575
Date: Sat, 18 Oct 2025 22:52:07 +0800	[thread overview]
Message-ID: <202510182222.lSFRBRdo-lkp@intel.com> (raw)
In-Reply-To: <20251015103404.3075684-1-oder_chiou@realtek.com>

Hi Oder,

kernel test robot noticed the following build warnings:

[auto build test WARNING on broonie-sound/for-next]
[also build test WARNING on linus/master v6.18-rc1 next-20251017]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Oder-Chiou/ASoC-dt-bindings-realtek-rt5575-add-bindings-for-ALC5575/20251017-203710
base:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
patch link:    https://lore.kernel.org/r/20251015103404.3075684-1-oder_chiou%40realtek.com
patch subject: [PATCH v5 1/2] ASoC: rt5575: Add the codec driver for the ALC5575
config: riscv-randconfig-r131-20251018 (https://download.01.org/0day-ci/archive/20251018/202510182222.lSFRBRdo-lkp@intel.com/config)
compiler: riscv32-linux-gcc (GCC) 11.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251018/202510182222.lSFRBRdo-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/202510182222.lSFRBRdo-lkp@intel.com/

sparse warnings: (new ones prefixed by >>)
>> sound/soc/codecs/rt5575.c:298:39: sparse: sparse: symbol 'rt5575_soc_component_dev' was not declared. Should it be static?

vim +/rt5575_soc_component_dev +298 sound/soc/codecs/rt5575.c

   297	
 > 298	const struct snd_soc_component_driver rt5575_soc_component_dev = {
   299		.probe = rt5575_probe,
   300		.controls = rt5575_snd_controls,
   301		.num_controls = ARRAY_SIZE(rt5575_snd_controls),
   302		.dapm_widgets = rt5575_dapm_widgets,
   303		.num_dapm_widgets = ARRAY_SIZE(rt5575_dapm_widgets),
   304		.dapm_routes = rt5575_dapm_routes,
   305		.num_dapm_routes = ARRAY_SIZE(rt5575_dapm_routes),
   306		.use_pmdown_time = 1,
   307		.endianness = 1,
   308	};
   309	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
_______________________________________________
Alsa-devel mailing list -- alsa-devel@alsa-project.org
To unsubscribe send an email to alsa-devel-leave@alsa-project.org

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Oder Chiou <oder_chiou@realtek.com>,
	broonie@kernel.org, lgirdwood@gmail.com
Cc: oe-kbuild-all@lists.linux.dev, alsa-devel@alsa-project.org,
	flove@realtek.com, shumingf@realtek.com, jack.yu@realtek.com,
	derek.fang@realtek.com, Oder Chiou <oder_chiou@realtek.com>
Subject: Re: [PATCH v5 1/2] ASoC: rt5575: Add the codec driver for the ALC5575
Date: Sat, 18 Oct 2025 22:52:07 +0800	[thread overview]
Message-ID: <202510182222.lSFRBRdo-lkp@intel.com> (raw)
In-Reply-To: <20251015103404.3075684-1-oder_chiou@realtek.com>

Hi Oder,

kernel test robot noticed the following build warnings:

[auto build test WARNING on broonie-sound/for-next]
[also build test WARNING on linus/master v6.18-rc1 next-20251017]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Oder-Chiou/ASoC-dt-bindings-realtek-rt5575-add-bindings-for-ALC5575/20251017-203710
base:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
patch link:    https://lore.kernel.org/r/20251015103404.3075684-1-oder_chiou%40realtek.com
patch subject: [PATCH v5 1/2] ASoC: rt5575: Add the codec driver for the ALC5575
config: riscv-randconfig-r131-20251018 (https://download.01.org/0day-ci/archive/20251018/202510182222.lSFRBRdo-lkp@intel.com/config)
compiler: riscv32-linux-gcc (GCC) 11.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251018/202510182222.lSFRBRdo-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/202510182222.lSFRBRdo-lkp@intel.com/

sparse warnings: (new ones prefixed by >>)
>> sound/soc/codecs/rt5575.c:298:39: sparse: sparse: symbol 'rt5575_soc_component_dev' was not declared. Should it be static?

vim +/rt5575_soc_component_dev +298 sound/soc/codecs/rt5575.c

   297	
 > 298	const struct snd_soc_component_driver rt5575_soc_component_dev = {
   299		.probe = rt5575_probe,
   300		.controls = rt5575_snd_controls,
   301		.num_controls = ARRAY_SIZE(rt5575_snd_controls),
   302		.dapm_widgets = rt5575_dapm_widgets,
   303		.num_dapm_widgets = ARRAY_SIZE(rt5575_dapm_widgets),
   304		.dapm_routes = rt5575_dapm_routes,
   305		.num_dapm_routes = ARRAY_SIZE(rt5575_dapm_routes),
   306		.use_pmdown_time = 1,
   307		.endianness = 1,
   308	};
   309	

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

  parent reply	other threads:[~2025-10-18 14:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-15 10:34 [PATCH v5 1/2] ASoC: rt5575: Add the codec driver for the ALC5575 Oder Chiou
2025-10-15 10:34 ` Oder Chiou
2025-10-15 10:34 ` [PATCH v5 2/2] ASoC: dt-bindings: realtek,rt5575: add bindings for ALC5575 Oder Chiou
2025-10-15 10:34   ` Oder Chiou
2025-10-18 14:44   ` Krzysztof Kozlowski
2025-10-18 14:52 ` kernel test robot [this message]
2025-10-18 14:52   ` [PATCH v5 1/2] ASoC: rt5575: Add the codec driver for the ALC5575 kernel test robot
2026-01-06 19:42 ` Mark Brown

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=202510182222.lSFRBRdo-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=derek.fang@realtek.com \
    --cc=flove@realtek.com \
    --cc=jack.yu@realtek.com \
    --cc=lgirdwood@gmail.com \
    --cc=oder_chiou@realtek.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=shumingf@realtek.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.