aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/ak4531_codec.c2
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/*
31MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>"); 32MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>");
32MODULE_DESCRIPTION("Universal routines for AK4531 codec"); 33MODULE_DESCRIPTION("Universal routines for AK4531 codec");
33MODULE_LICENSE("GPL"); 34MODULE_LICENSE("GPL");
35*/
34 36
35#ifdef CONFIG_PROC_FS 37#ifdef CONFIG_PROC_FS
36static void snd_ak4531_proc_init(struct snd_card *card, struct snd_ak4531 *ak4531); 38static void snd_ak4531_proc_init(struct snd_card *card, struct snd_ak4531 *ak4531);