Skip to content

Commit

Permalink
ALSA: msnd: add module description and license for the snd-msnd-lib
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Krzysztof Helt authored and Takashi Iwai committed Feb 2, 2009
1 parent a5f7c47 commit 5aa13a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sound/isa/msnd/msnd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 5aa13a9

Please sign in to comment.