Skip to content

Commit 914728f

Browse files
committed
sound: oss: dmasound: Add missing module descriptions
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-8-tiwai@suse.de
1 parent cdd08e4 commit 914728f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

sound/oss/dmasound/dmasound_atari.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1618,4 +1618,6 @@ static void __exit dmasound_atari_cleanup(void)
16181618

16191619
module_init(dmasound_atari_init);
16201620
module_exit(dmasound_atari_cleanup);
1621+
1622+
MODULE_DESCRIPTION("Atari TT and Falcon DMA Sound Driver");
16211623
MODULE_LICENSE("GPL");

sound/oss/dmasound/dmasound_paula.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,5 +740,6 @@ static struct platform_driver amiga_audio_driver __refdata = {
740740

741741
module_platform_driver_probe(amiga_audio_driver, amiga_audio_probe);
742742

743+
MODULE_DESCRIPTION("Amiga Paula DMA Sound Driver");
743744
MODULE_LICENSE("GPL");
744745
MODULE_ALIAS("platform:amiga-audio");

0 commit comments

Comments
 (0)