Linux Sound subsystem development
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: linux-sound@vger.kernel.org
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Takashi Iwai <tiwai@suse.de>
Subject: [PATCH 7/7] sound: oss: dmasound: Add missing module descriptions
Date: Wed,  8 May 2024 11:11:26 +0200	[thread overview]
Message-ID: <20240508091128.25274-8-tiwai@suse.de> (raw)
In-Reply-To: <20240508091128.25274-1-tiwai@suse.de>

Now that make W=1 starts complaining the lack of MODULE_DESCRIPTION(),
let's add the missing information.

Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/ZjpQm-hxLQtpgkUx@smile.fi.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 sound/oss/dmasound/dmasound_atari.c | 2 ++
 sound/oss/dmasound/dmasound_paula.c | 1 +
 2 files changed, 3 insertions(+)

diff --git a/sound/oss/dmasound/dmasound_atari.c b/sound/oss/dmasound/dmasound_atari.c
index 81c6a9830727..6188469de8af 100644
--- a/sound/oss/dmasound/dmasound_atari.c
+++ b/sound/oss/dmasound/dmasound_atari.c
@@ -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");
diff --git a/sound/oss/dmasound/dmasound_paula.c b/sound/oss/dmasound/dmasound_paula.c
index 3a593da09280..b8fad12f9e5f 100644
--- a/sound/oss/dmasound/dmasound_paula.c
+++ b/sound/oss/dmasound/dmasound_paula.c
@@ -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");
-- 
2.43.0


  parent reply	other threads:[~2024-05-08  9:11 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-08  9:11 [PATCH 0/7] ALSA: Add missing module description Takashi Iwai
2024-05-08  9:11 ` [PATCH 1/7] ALSA: ac97: legacy: " Takashi Iwai
2024-05-08  9:11 ` [PATCH 2/7] ALSA: ac97: bus: " Takashi Iwai
2024-05-08  9:11 ` [PATCH 3/7] ALSA: pcm_dmaengine: " Takashi Iwai
2024-05-08  9:11 ` [PATCH 4/7] ALSA: kunit: Add missing module descriptions Takashi Iwai
2024-05-08  9:11 ` [PATCH 5/7] ALSA: pcmtest: " Takashi Iwai
2024-05-09  8:56   ` Ivan Orlov
2024-05-08  9:11 ` [PATCH 6/7] ALSA: hda: cirrus_scodec_test: " Takashi Iwai
2024-05-08  9:11 ` Takashi Iwai [this message]
2024-05-08  9:17 ` [PATCH 0/7] ALSA: Add missing module description Dragan Simic
2024-05-08  9:36 ` Andy Shevchenko
2024-05-08  9:45   ` Andy Shevchenko
2024-05-09  8:13     ` Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240508091128.25274-8-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=linux-sound@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox