ALSA: pcm_dmaengine: Add missing module description
authorTakashi Iwai <tiwai@suse.de>
Wed, 8 May 2024 09:11:22 +0000 (11:11 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 9 May 2024 08:13:07 +0000 (10:13 +0200)
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
sound/core/pcm_dmaengine.c

index 494ec0c207fad10ec7e9d68a01565f951524ee39..12aa1cef11a133ae0a8f801091e27cd0c08fb2aa 100644 (file)
@@ -470,4 +470,5 @@ int snd_dmaengine_pcm_refine_runtime_hwparams(
 }
 EXPORT_SYMBOL_GPL(snd_dmaengine_pcm_refine_runtime_hwparams);
 
+MODULE_DESCRIPTION("PCM dmaengine helper APIs");
 MODULE_LICENSE("GPL");