]> Git Repo - J-linux.git/commitdiff
sound: oss: dmasound: Add missing module descriptions
authorTakashi Iwai <[email protected]>
Wed, 8 May 2024 09:11:26 +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/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");
This page took 0.049532 seconds and 4 git commands to generate.