[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202501311953.0Ox9CW5w-lkp@intel.com>
Date: Fri, 31 Jan 2025 19:28:43 +0800
From: kernel test robot <lkp@...el.com>
To: George Lander <lander@...mn.com>
Cc: oe-kbuild-all@...ts.linux.dev, linux-kernel@...r.kernel.org,
Mark Brown <broonie@...nel.org>,
Marcus Cooper <codekipper@...il.com>
Subject: sound/soc/sunxi/sun4i-spdif.c:180: warning: Function parameter or
struct member 'mclk_multiplier' not described in 'sun4i_spdif_quirks'
Hi George,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 69e858e0b8b2ea07759e995aa383e8780d9d140c
commit: 0a2319308de88b9e819c0b43d0fccd857123eb31 ASoC: sun4i-spdif: Add clock multiplier settings
date: 8 weeks ago
config: mips-randconfig-r024-20220830 (https://download.01.org/0day-ci/archive/20250131/202501311953.0Ox9CW5w-lkp@intel.com/config)
compiler: mips-linux-gcc (GCC) 12.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250131/202501311953.0Ox9CW5w-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@...el.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202501311953.0Ox9CW5w-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> sound/soc/sunxi/sun4i-spdif.c:180: warning: Function parameter or struct member 'mclk_multiplier' not described in 'sun4i_spdif_quirks'
vim +180 sound/soc/sunxi/sun4i-spdif.c
f8260afa444b67 Marcus Cooper 2016-02-08 167
ae9cccc30f6c08 Clément Péron 2019-05-27 168 /**
ae9cccc30f6c08 Clément Péron 2019-05-27 169 * struct sun4i_spdif_quirks - Differences between SoC variants.
ae9cccc30f6c08 Clément Péron 2019-05-27 170 *
c7202a19cf838d Lee Jones 2020-07-09 171 * @reg_dac_txdata: TX FIFO offset for DMA config.
ae9cccc30f6c08 Clément Péron 2019-05-27 172 * @has_reset: SoC needs reset deasserted.
f6a86b436b2658 Clément Péron 2019-05-27 173 * @val_fctl_ftx: TX FIFO flush bitmask.
ae9cccc30f6c08 Clément Péron 2019-05-27 174 */
ae9cccc30f6c08 Clément Péron 2019-05-27 175 struct sun4i_spdif_quirks {
ae9cccc30f6c08 Clément Péron 2019-05-27 176 unsigned int reg_dac_txdata;
ae9cccc30f6c08 Clément Péron 2019-05-27 177 bool has_reset;
f6a86b436b2658 Clément Péron 2019-05-27 178 unsigned int val_fctl_ftx;
0a2319308de88b George Lander 2024-11-11 179 unsigned int mclk_multiplier;
ae9cccc30f6c08 Clément Péron 2019-05-27 @180 };
ae9cccc30f6c08 Clément Péron 2019-05-27 181
:::::: The code at line 180 was first introduced by commit
:::::: ae9cccc30f6c088dd6ead63e990407e37cd9437b ASoC: sun4i-spdif: Move quirks to the top
:::::: TO: Clément Péron <peron.clem@...il.com>
:::::: CC: Mark Brown <broonie@...nel.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists