diff options
author | Takashi Iwai <[email protected]> | 2024-05-08 11:19:03 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-05-08 20:51:10 +0900 |
commit | 2c846d7cc4ee3382aed6dfd322fcaaf309eb2c9a (patch) | |
tree | 5381affd997696f7f85908aa4ca6a6d03c24c9cc | |
parent | 6d21f0a2be88d34e53fcbf66fb8e298787837c01 (diff) |
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: Andy Shevchenko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Reviewed-by: Dragan Simic <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/soc-generic-dmaengine-pcm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/soc-generic-dmaengine-pcm.c b/sound/soc/soc-generic-dmaengine-pcm.c index 83db1a83d8ba..ea3bc9318412 100644 --- a/sound/soc/soc-generic-dmaengine-pcm.c +++ b/sound/soc/soc-generic-dmaengine-pcm.c @@ -494,4 +494,5 @@ void snd_dmaengine_pcm_unregister(struct device *dev) } EXPORT_SYMBOL_GPL(snd_dmaengine_pcm_unregister); +MODULE_DESCRIPTION("ASoC helpers for generic PCM dmaengine API"); MODULE_LICENSE("GPL"); |