* [PATCH] ASoC: wm_adsp: Add missing MODULE_DESCRIPTION()
@ 2024-05-27 10:02 Charles Keepax
2024-05-29 10:07 ` Mark Brown
0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread
* Re: [PATCH] ASoC: wm_adsp: Add missing MODULE_DESCRIPTION()
2024-05-27 10:02 [PATCH] ASoC: wm_adsp: Add missing MODULE_DESCRIPTION() Charles Keepax
@ 2024-05-29 10:07 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2024-05-29 10:07 UTC (permalink / raw)
To: Charles Keepax; +Cc: lgirdwood, linux-sound, patches
On Mon, 27 May 2024 11:02:37 +0100, Charles Keepax wrote:
> wm_adsp is built as a separate module and as such should include a
> MODULE_DESCRIPTION() macro.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: wm_adsp: Add missing MODULE_DESCRIPTION()
commit: 8d34c12e8751fe180157fbb34a758ed4eede3806
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-29 10:07 UTC | newest]
Thread overview: 2+ messages (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
2024-05-29 10:07 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox