Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/7] ASoC: Add missing module descriptions
@ 2024-05-08  9:18 Takashi Iwai
  2024-05-08  9:19 ` [PATCH 1/7] ASoC: ab8500: Add missing module description Takashi Iwai
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Takashi Iwai @ 2024-05-08  9:18 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-sound, Takashi Iwai

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(+)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-05-09 15:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-08  9:18 [PATCH 0/7] ASoC: Add missing module descriptions Takashi Iwai
2024-05-08  9:19 ` [PATCH 1/7] ASoC: ab8500: Add missing module description Takashi Iwai
2024-05-08  9:36   ` Andy Shevchenko
2024-05-08  9:19 ` [PATCH 2/7] ASoC: sigmadsp: " Takashi Iwai
2024-05-08  9:19 ` [PATCH 3/7] ASoC: qcom: Add missing module descriptions Takashi Iwai
2024-05-08  9:19 ` [PATCH 4/7] ASoC: dmaengine: Add missing module description Takashi Iwai
2024-05-08  9:19 ` [PATCH 5/7] ASoC: topology-test: " Takashi Iwai
2024-05-08  9:19 ` [PATCH 6/7] ASoC: ux500: " Takashi Iwai
2024-05-08  9:19 ` [PATCH 7/7] ASoC: xilinx: Add missing module descriptions Takashi Iwai
2024-05-08  9:22 ` [PATCH 0/7] ASoC: " Dragan Simic
2024-05-09 15:38 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox