* [PATCH 2/2] ASoC: codecs: nau8360: Fix kernel-doc issues
2026-09-03 3:38 [PATCH 1/2] ASoC: codecs: nau8360: Fix static declarations and endianness Neo Chang
@ 2026-09-03 3:38 ` Neo Chang
2026-09-03 20:46 ` [PATCH 1/2] ASoC: codecs: nau8360: Fix static declarations and endianness Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Neo Chang @ 2026-09-03 3:38 UTC (permalink / raw)
To: broonie, lgirdwood, linux-sound
Cc: perex, krzysztof.kozlowski, linux-kernel, alsa-devel, lkp,
neo.chang70, kchsu0, Neo Chang
Fix various warnings reported by the kernel test robot:
Correct kernel-doc formatting and warnings.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202609021537.D6X4Dz93-lkp@intel.com/
Signed-off-by: Neo Chang <YLCHANG2@nuvoton.com>
---
sound/soc/codecs/nau8360-dsp.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/sound/soc/codecs/nau8360-dsp.c b/sound/soc/codecs/nau8360-dsp.c
index 41afccbea2c0..2e5b61bfc303 100644
--- a/sound/soc/codecs/nau8360-dsp.c
+++ b/sound/soc/codecs/nau8360-dsp.c
@@ -39,7 +39,7 @@ static int nau8360_dsp_chan_kcs_setup(struct snd_soc_component *cp,
.cmd_id = _id, \
}
-/**
+/*
* Preamble Fragment Masks:
* FIELD | BITS | SHIFT | MASK | DETAILS
* ----------------|--------|-------|------|---------------------------------
@@ -53,7 +53,7 @@ static int nau8360_dsp_chan_kcs_setup(struct snd_soc_component *cp,
#define NAU8360_HOST_LEN_LOW_MASK GENMASK(17, 16)
#define NAU8360_HOST_PREAMBLE_MASK GENMASK(15, 0)
-/**
+/*
* Payload Fragment Masks:
* FIELD | BITS | SHIFT | MASK | DETAILS
* ----------------|--------|-------|------|---------------------------------
@@ -63,7 +63,7 @@ static int nau8360_dsp_chan_kcs_setup(struct snd_soc_component *cp,
#define NAU8360_HOST_PARAM_SIZE_MASK GENMASK(31, 16)
#define NAU8360_HOST_PARAM_OFFSET_MASK GENMASK(15, 0)
-/**
+/*
* Trailing Fragment Masks:
* FIELD | BITS | SHIFT | MASK | DETAILS
* ----------------|--------|-------|------|---------------------------------
@@ -76,7 +76,7 @@ static int nau8360_dsp_chan_kcs_setup(struct snd_soc_component *cp,
#define NAU8360_TRAIL_PAD_MASK GENMASK(13, 12)
#define NAU8360_TRAIL_LEN_HIGH_MASK GENMASK(15, 14)
-/**
+/*
* Reply Preamble Masks:
* FIELD | BITS | SHIFT | MASK | DETAILS
* ----------------|--------|-------|------|---------------------------------
@@ -364,7 +364,7 @@ static int nau8360_reply_from_dsp(struct snd_soc_component *cp,
/**
* nau8360_send_dsp_command - Send command to DSP
*
- * @component: component to register
+ * @cp: component to register
* @cmd_id: DSP supported command ID
* @kcs_setup: KCS setup structure
* @dsp_addr: DSP address
@@ -454,7 +454,7 @@ static inline int nau8360_send_dsp_broadcast(struct snd_soc_component *cp, int c
/**
* nau8360_dsp_kcs_setup - Send KCS setup command to DSP
*
- * @component: component to register
+ * @cp: component to register
* @offset: address offset relative to KCS start
* @size: size of data writen to KCS
* @data: data writen to KCS setup
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] ASoC: codecs: nau8360: Fix static declarations and endianness
2026-09-03 3:38 [PATCH 1/2] ASoC: codecs: nau8360: Fix static declarations and endianness Neo Chang
2026-09-03 3:38 ` [PATCH 2/2] ASoC: codecs: nau8360: Fix kernel-doc issues Neo Chang
@ 2026-09-03 20:46 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2026-09-03 20:46 UTC (permalink / raw)
To: lgirdwood, linux-sound, Neo Chang
Cc: perex, krzysztof.kozlowski, linux-kernel, alsa-devel, lkp,
neo.chang70, kchsu0
On Thu, 03 Sep 2026 11:38:44 +0800, Neo Chang wrote:
> ASoC: codecs: nau8360: Fix static declarations and endianness
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-7.4
Thanks!
[1/2] ASoC: codecs: nau8360: Fix static declarations and endianness
https://git.kernel.org/broonie/sound/c/3b05666859ba
[2/2] ASoC: codecs: nau8360: Fix kernel-doc issues
https://git.kernel.org/broonie/sound/c/aa19a6de4a08
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 3+ messages in thread