sound: oss: dmasound: Add missing module descriptions
authorTakashi Iwai <tiwai@suse.de>
Wed, 8 May 2024 09:11:26 +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-8-tiwai@suse.de
sound/oss/dmasound/dmasound_atari.c
sound/oss/dmasound/dmasound_paula.c

index 81c6a98307273e24ce53d31d3f68a8d6c9c53d10..6188469de8af10b6b431460f4434ef3448b2b2be 100644 (file)
@@ -1618,4 +1618,6 @@ static void __exit dmasound_atari_cleanup(void)
 
 module_init(dmasound_atari_init);
 module_exit(dmasound_atari_cleanup);
+
+MODULE_DESCRIPTION("Atari TT and Falcon DMA Sound Driver");
 MODULE_LICENSE("GPL");
index 3a593da09280dca9e5b59dc96c6c2cb27cac6b6b..b8fad12f9e5f58c63b4f9b6c13f47f99258cf90f 100644 (file)
@@ -740,5 +740,6 @@ static struct platform_driver amiga_audio_driver __refdata = {
 
 module_platform_driver_probe(amiga_audio_driver, amiga_audio_probe);
 
+MODULE_DESCRIPTION("Amiga Paula DMA Sound Driver");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("platform:amiga-audio");