dect
/
linux-2.6
Archived
13
0
Fork 0

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 <krzysztof.h1@wp.pl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Krzysztof Helt 2009-02-01 21:13:15 +01:00 committed by Takashi Iwai
parent a5f7c47391
commit 5aa13a9409
1 changed files with 3 additions and 0 deletions

View 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");