diff options
-rw-r--r-- | sound/pci/ak4531_codec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/ak4531_codec.c b/sound/pci/ak4531_codec.c index 6a99eed2d8b6..33d37b1c42fc 100644 --- a/sound/pci/ak4531_codec.c +++ b/sound/pci/ak4531_codec.c | |||
@@ -28,9 +28,11 @@ | |||
28 | #include <sound/ak4531_codec.h> | 28 | #include <sound/ak4531_codec.h> |
29 | #include <sound/tlv.h> | 29 | #include <sound/tlv.h> |
30 | 30 | ||
31 | /* | ||
31 | MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>"); | 32 | MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>"); |
32 | MODULE_DESCRIPTION("Universal routines for AK4531 codec"); | 33 | MODULE_DESCRIPTION("Universal routines for AK4531 codec"); |
33 | MODULE_LICENSE("GPL"); | 34 | MODULE_LICENSE("GPL"); |
35 | */ | ||
34 | 36 | ||
35 | #ifdef CONFIG_PROC_FS | 37 | #ifdef CONFIG_PROC_FS |
36 | static void snd_ak4531_proc_init(struct snd_card *card, struct snd_ak4531 *ak4531); | 38 | static void snd_ak4531_proc_init(struct snd_card *card, struct snd_ak4531 *ak4531); |