diff options
author | Jaroslav Kysela <perex@perex.cz> | 2008-06-16 04:39:34 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-06-16 04:39:34 -0400 |
commit | 6719292af5513da52aa876d0e7ac4367a0851845 (patch) | |
tree | 5e8b40ee16ab162086e648ea20e3ac0c51b98d9d /sound/pci | |
parent | b7d2399242b639f0b0be5f901506a7180d961b64 (diff) |
ALSA: Remove duplicate MODULE_AUTHOR/DESCRIPTION/LICENCE from snd-ens1370.ko
But comment only extra code in ak4531_codec.c for history.
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci')
-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); |