Skip to content

Commit

Permalink
ALSA: pcm_dmaengine: Add missing module description
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
tiwai committed May 9, 2024
1 parent ddefb24 commit b58a6b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/core/pcm_dmaengine.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit b58a6b1

Please sign in to comment.