Archive-only list for patches
 help / color / mirror / Atom feed
* [PATCH] ASoC: wm_adsp: Add missing MODULE_DESCRIPTION()
@ 2024-05-27 10:02 Charles Keepax
  0 siblings, 0 replies; only message in thread
From: Charles Keepax @ 2024-05-27 10:02 UTC (permalink / raw)
  To: broonie; +Cc: lgirdwood, linux-sound, patches

wm_adsp is built as a separate module and as such should include a
MODULE_DESCRIPTION() macro.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
---
 sound/soc/codecs/wm_adsp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c
index c9d9a7b28efb..68d2d6444533 100644
--- a/sound/soc/codecs/wm_adsp.c
+++ b/sound/soc/codecs/wm_adsp.c
@@ -2085,5 +2085,6 @@ static const struct cs_dsp_client_ops wm_adsp2_client_ops = {
 	.watchdog_expired = wm_adsp_fatal_error,
 };
 
+MODULE_DESCRIPTION("Cirrus Logic ASoC DSP Support");
 MODULE_LICENSE("GPL v2");
 MODULE_IMPORT_NS(FW_CS_DSP);
-- 
2.39.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-27 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-27 10:02 [PATCH] ASoC: wm_adsp: Add missing MODULE_DESCRIPTION() Charles Keepax

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