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: v2.6.30-rc1~676^2~7^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5aa13a94098ef5fc1bb0a7f531fdda8864ae67ff;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.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 264e082..9064544 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"); +