projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
797c525
)
ASoC: wm_adsp: Add missing MODULE_DESCRIPTION()
author
Charles Keepax
<ckeepax@opensource.cirrus.com>
Mon, 27 May 2024 10:02:37 +0000
(11:02 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 27 May 2024 12:59:41 +0000
(13:59 +0100)
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>
Link:
https://msgid.link/r/20240527100237.430240-1-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm_adsp.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm_adsp.c
b/sound/soc/codecs/wm_adsp.c
index c9d9a7b28efb08d28f206d585ae92b8ceb1be508..68d2d6444533f5d2f602dbe81fbf54b00979c4c2 100644
(file)
--- 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);