mbox series

[0/7] ASoC: Add missing module descriptions

Message ID 20240508091909.27062-1-tiwai@suse.de (mailing list archive)
Headers show
Series ASoC: Add missing module descriptions | expand

Message

Takashi Iwai May 8, 2024, 9:18 a.m. UTC
Hi,

here is a trivial patch series to add the missing module descriptions
to ASoC drivers, as make W=1 starts complaining the lack of
MODULE_DESCRIPTION() since recently.

The whole sound/soc/sof/* are untouched as there are too many files
involved, and I left SOF people to address them.


thanks,

Takashi

===

Takashi Iwai (7):
  ASoC: ab8500: Add missing module description
  ASoC: sigmadsp: Add missing module description
  ASoC: qcom: Add missing module descriptions
  ASoC: dmaengine: Add missing module description
  ASoC: topology-test: Add missing module description
  ASoC: ux500: Add missing module description
  ASoC: xilinx: Add missing module descriptions

 sound/soc/codecs/ab8500-codec.c       | 1 +
 sound/soc/codecs/sigmadsp.c           | 1 +
 sound/soc/qcom/common.c               | 2 ++
 sound/soc/qcom/qdsp6/q6dsp-common.c   | 2 ++
 sound/soc/soc-generic-dmaengine-pcm.c | 1 +
 sound/soc/soc-topology-test.c         | 1 +
 sound/soc/ux500/ux500_msp_dai.c       | 1 +
 sound/soc/xilinx/xlnx_formatter_pcm.c | 2 ++
 sound/soc/xilinx/xlnx_i2s.c           | 1 +
 9 files changed, 12 insertions(+)

Comments

Dragan Simic May 8, 2024, 9:22 a.m. UTC | #1
On 2024-05-08 11:18, Takashi Iwai wrote:
> here is a trivial patch series to add the missing module descriptions
> to ASoC drivers, as make W=1 starts complaining the lack of
> MODULE_DESCRIPTION() since recently.
> 
> The whole sound/soc/sof/* are untouched as there are too many files
> involved, and I left SOF people to address them.

The changes are looking good to me.  Thus, please add for the
entire series:

Reviewed-by: Dragan Simic <dsimic@manjaro.org>

> ===
> 
> Takashi Iwai (7):
>   ASoC: ab8500: Add missing module description
>   ASoC: sigmadsp: Add missing module description
>   ASoC: qcom: Add missing module descriptions
>   ASoC: dmaengine: Add missing module description
>   ASoC: topology-test: Add missing module description
>   ASoC: ux500: Add missing module description
>   ASoC: xilinx: Add missing module descriptions
> 
>  sound/soc/codecs/ab8500-codec.c       | 1 +
>  sound/soc/codecs/sigmadsp.c           | 1 +
>  sound/soc/qcom/common.c               | 2 ++
>  sound/soc/qcom/qdsp6/q6dsp-common.c   | 2 ++
>  sound/soc/soc-generic-dmaengine-pcm.c | 1 +
>  sound/soc/soc-topology-test.c         | 1 +
>  sound/soc/ux500/ux500_msp_dai.c       | 1 +
>  sound/soc/xilinx/xlnx_formatter_pcm.c | 2 ++
>  sound/soc/xilinx/xlnx_i2s.c           | 1 +
>  9 files changed, 12 insertions(+)
Mark Brown May 9, 2024, 3:38 p.m. UTC | #2
On Wed, 08 May 2024 11:18:59 +0200, Takashi Iwai wrote:
> here is a trivial patch series to add the missing module descriptions
> to ASoC drivers, as make W=1 starts complaining the lack of
> MODULE_DESCRIPTION() since recently.
> 
> The whole sound/soc/sof/* are untouched as there are too many files
> involved, and I left SOF people to address them.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/7] ASoC: ab8500: Add missing module description
      commit: 1dec672e8686b824aa8742cf9cc00748289de95b
[2/7] ASoC: sigmadsp: Add missing module description
      commit: 1a7dc1cf9e46d2e4c732679775c3a06fba9d94a8
[3/7] ASoC: qcom: Add missing module descriptions
      commit: 6d21f0a2be88d34e53fcbf66fb8e298787837c01
[4/7] ASoC: dmaengine: Add missing module description
      commit: 2c846d7cc4ee3382aed6dfd322fcaaf309eb2c9a
[5/7] ASoC: topology-test: Add missing module description
      commit: ea762d10b92a423b6e4980241a7bfa809c7cffd1
[6/7] ASoC: ux500: Add missing module description
      commit: e85d8aeef23376ef10569c555819d301f3364f28
[7/7] ASoC: xilinx: Add missing module descriptions
      commit: 3423ad19ea912694a15ebbc48cbc8e1fcd8439da

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