Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] ASoC: qcom: add missing MODULE_DESCRIPTION() macro
@ 2024-06-04  0:16 Jeff Johnson
  2024-06-04 11:56 ` Mark Brown
  2024-06-04 17:49 ` Mark Brown
  0 siblings, 2 replies; 9+ messages in thread
From: Jeff Johnson @ 2024-06-04  0:16 UTC (permalink / raw)
  To: Srinivas Kandagatla, Banajit Goswami, Liam Girdwood, Mark Brown,
	Jaroslav Kysela, Takashi Iwai
  Cc: alsa-devel, linux-sound, linux-kernel, kernel-janitors, kernel,
	Jeff Johnson

make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in sound/soc/qcom/snd-soc-qcom-sdw.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
---
 sound/soc/qcom/sdw.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/qcom/sdw.c b/sound/soc/qcom/sdw.c
index eaa8bb016e50..f2eda2ff46c0 100644
--- a/sound/soc/qcom/sdw.c
+++ b/sound/soc/qcom/sdw.c
@@ -160,4 +160,5 @@ int qcom_snd_sdw_hw_free(struct snd_pcm_substream *substream,
 	return 0;
 }
 EXPORT_SYMBOL_GPL(qcom_snd_sdw_hw_free);
+MODULE_DESCRIPTION("Qualcomm ASoC SoundWire helper functions");
 MODULE_LICENSE("GPL");

---
base-commit: 83814698cf48ce3aadc5d88a3f577f04482ff92a
change-id: 20240602-md-snd-soc-qcom-sdw-07dac5b62d65


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

end of thread, other threads:[~2024-06-05  0:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-04  0:16 [PATCH] ASoC: qcom: add missing MODULE_DESCRIPTION() macro Jeff Johnson
2024-06-04 11:56 ` Mark Brown
2024-06-04 13:59   ` Jeff Johnson
2024-06-04 14:14     ` Mark Brown
2024-06-05  0:02       ` Jeff Johnson
2024-06-04 14:46   ` Dan Carpenter
2024-06-04 15:00     ` Mark Brown
2024-06-04 19:20   ` Dragan Simic
2024-06-04 17:49 ` Mark Brown

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