Commit 2c846d7c authored by Takashi Iwai's avatar Takashi Iwai Committed by Mark Brown

ASoC: dmaengine: Add missing module description

Now that make W=1 starts complaining the lack of MODULE_DESCRIPTION(),
let's add the missing information.
Suggested-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/ZjpQm-hxLQtpgkUx@smile.fi.intel.comSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Reviewed-by: default avatarDragan Simic <dsimic@manjaro.org>
Link: https://lore.kernel.org/r/20240508091909.27062-5-tiwai@suse.deSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 6d21f0a2
...@@ -494,4 +494,5 @@ void snd_dmaengine_pcm_unregister(struct device *dev) ...@@ -494,4 +494,5 @@ void snd_dmaengine_pcm_unregister(struct device *dev)
} }
EXPORT_SYMBOL_GPL(snd_dmaengine_pcm_unregister); EXPORT_SYMBOL_GPL(snd_dmaengine_pcm_unregister);
MODULE_DESCRIPTION("ASoC helpers for generic PCM dmaengine API");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment