From: Krzysztof Helt Date: Sun, 1 Feb 2009 20:13:15 +0000 (+0100) Subject: ALSA: msnd: add module description and license for the snd-msnd-lib X-Git-Tag: firefly_0821_release~15251^2~7^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5aa13a94098ef5fc1bb0a7f531fdda8864ae67ff;p=firefly-linux-kernel-4.4.55.git ALSA: msnd: add module description and license for the snd-msnd-lib The missing module license generates warning during module loading. Signed-off-by: Krzysztof Helt Signed-off-by: Takashi Iwai --- diff --git a/sound/isa/msnd/msnd.c b/sound/isa/msnd/msnd.c index 264e08212c69..906454413ed2 100644 --- a/sound/isa/msnd/msnd.c +++ b/sound/isa/msnd/msnd.c @@ -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"); +