* sound/soc/sunxi/sun4i-spdif.c:180: warning: Function parameter or struct member 'mclk_multiplier' not described in 'sun4i_spdif_quirks'
@ 2025-01-31 11:28 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2025-01-31 11:28 UTC (permalink / raw)
To: George Lander; +Cc: oe-kbuild-all, linux-kernel, Mark Brown, Marcus Cooper
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@intel.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@gmail.com>
:::::: CC: Mark Brown <broonie@kernel.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
* sound/soc/sunxi/sun4i-spdif.c:180: warning: Function parameter or struct member 'mclk_multiplier' not described in 'sun4i_spdif_quirks'
@ 2025-03-06 1:09 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2025-03-06 1:09 UTC (permalink / raw)
To: George Lander; +Cc: oe-kbuild-all, linux-kernel, Mark Brown, Marcus Cooper
Hi George,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 848e076317446f9c663771ddec142d7c2eb4cb43
commit: 0a2319308de88b9e819c0b43d0fccd857123eb31 ASoC: sun4i-spdif: Add clock multiplier settings
date: 3 months ago
config: mips-randconfig-r024-20220830 (https://download.01.org/0day-ci/archive/20250306/202503060947.QKUUR62l-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/20250306/202503060947.QKUUR62l-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/202503060947.QKUUR62l-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@gmail.com>
:::::: CC: Mark Brown <broonie@kernel.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-06 1:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-31 11:28 sound/soc/sunxi/sun4i-spdif.c:180: warning: Function parameter or struct member 'mclk_multiplier' not described in 'sun4i_spdif_quirks' kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2025-03-06 1:09 kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox