]> git.ipfire.org Git - thirdparty/linux.git/commit
ASoC: sun4i-spdif: Add missing kerneldoc fields for sun4i_spdif_quirks
authorChen-Yu Tsai <wens@kernel.org>
Sun, 21 Dec 2025 03:57:13 +0000 (11:57 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 22 Dec 2025 18:03:11 +0000 (18:03 +0000)
commit6c11aa2b4cf767f5ccfe290b2572d53102dbe5ea
tree3efe5d77f7a1805383d26e8352f52613c5a4759e
parent97af54473f2a79f663bd14d7c75e97d04bd0e283
ASoC: sun4i-spdif: Add missing kerneldoc fields for sun4i_spdif_quirks

When sun4i_spdif_quirks was recently expanded, the kerneldoc covering
the structure was not expanded to match. This ends up causing a warning
when the documents are built.

Add the missing fields.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202501311953.0Ox9CW5w-lkp@intel.com/
Closes: https://lore.kernel.org/oe-kbuild-all/202503060947.QKUUR62l-lkp@intel.com/
Fixes: 0a2319308de8 ("ASoC: sun4i-spdif: Add clock multiplier settings")
Fixes: 4a5ac6cd05a7 ("ASoC: sun4i-spdif: Support SPDIF output on A523 family")
Signed-off-by: Chen-Yu Tsai <wens@kernel.org>
Reviewed-by: Marcus Cooper <codekipper@gmail.com>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://patch.msgid.link/20251221035715.1722584-1-wens@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sunxi/sun4i-spdif.c