Skip to content

Commit b58a6b1

Browse files
committed
ALSA: pcm_dmaengine: Add missing module description
Now that make W=1 starts complaining the lack of MODULE_DESCRIPTION(), let's add the missing information. Reported-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Closes: https://lore.kernel.org/r/ZjpQm-hxLQtpgkUx@smile.fi.intel.com Signed-off-by: Takashi Iwai <tiwai@suse.de> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Dragan Simic <dsimic@manjaro.org> Link: https://lore.kernel.org/r/20240508091128.25274-4-tiwai@suse.de
1 parent ddefb24 commit b58a6b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/core/pcm_dmaengine.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,4 +470,5 @@ int snd_dmaengine_pcm_refine_runtime_hwparams(
470470
}
471471
EXPORT_SYMBOL_GPL(snd_dmaengine_pcm_refine_runtime_hwparams);
472472

473+
MODULE_DESCRIPTION("PCM dmaengine helper APIs");
473474
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)