ALSA: msnd: add module description and license for the snd-msnd-lib
authorKrzysztof Helt <krzysztof.h1@wp.pl>
Sun, 1 Feb 2009 20:13:15 +0000 (21:13 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 2 Feb 2009 07:24:36 +0000 (08:24 +0100)
The missing module license generates warning
during module loading.

Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/msnd/msnd.c

index 264e082..9064544 100644 (file)
@@ -700,3 +700,6 @@ int snd_msnd_pcm(struct snd_card *card, int device,
 }
 EXPORT_SYMBOL(snd_msnd_pcm);
 
+MODULE_DESCRIPTION("Common routines for Turtle Beach Multisound drivers");
+MODULE_LICENSE("GPL");
+