Skip to content

Commit 2c846d7

Browse files
tiwaibroonie
authored andcommitted
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]>
1 parent 6d21f0a commit 2c846d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/soc-generic-dmaengine-pcm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,4 +494,5 @@ void snd_dmaengine_pcm_unregister(struct device *dev)
494494
}
495495
EXPORT_SYMBOL_GPL(snd_dmaengine_pcm_unregister);
496496

497+
MODULE_DESCRIPTION("ASoC helpers for generic PCM dmaengine API");
497498
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)