]> Git Repo - J-linux.git/commitdiff
ALSA: pcm_dmaengine: Add missing module description
authorTakashi Iwai <[email protected]>
Wed, 8 May 2024 09:11:22 +0000 (11:11 +0200)
committerTakashi Iwai <[email protected]>
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 <[email protected]>
Closes: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Reviewed-by: Dragan Simic <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
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");
This page took 0.05677 seconds and 4 git commands to generate.