diff options
Diffstat (limited to 'sound/isa/sb/sb16_main.c')
-rw-r--r-- | sound/isa/sb/sb16_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/isa/sb/sb16_main.c b/sound/isa/sb/sb16_main.c index 5d4d3aafe2d5..c06754f7ee5d 100644 --- a/sound/isa/sb/sb16_main.c +++ b/sound/isa/sb/sb16_main.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) by Jaroslav Kysela <perex@suse.cz> | 2 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
3 | * Routines for control of 16-bit SoundBlaster cards and clones | 3 | * Routines for control of 16-bit SoundBlaster cards and clones |
4 | * Note: This is very ugly hardware which uses one 8-bit DMA channel and | 4 | * Note: This is very ugly hardware which uses one 8-bit DMA channel and |
5 | * second 16-bit DMA channel. Unfortunately 8-bit DMA channel can't | 5 | * second 16-bit DMA channel. Unfortunately 8-bit DMA channel can't |
@@ -45,7 +45,7 @@ | |||
45 | #include <sound/control.h> | 45 | #include <sound/control.h> |
46 | #include <sound/info.h> | 46 | #include <sound/info.h> |
47 | 47 | ||
48 | MODULE_AUTHOR("Jaroslav Kysela <perex@suse.cz>"); | 48 | MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>"); |
49 | MODULE_DESCRIPTION("Routines for control of 16-bit SoundBlaster cards and clones"); | 49 | MODULE_DESCRIPTION("Routines for control of 16-bit SoundBlaster cards and clones"); |
50 | MODULE_LICENSE("GPL"); | 50 | MODULE_LICENSE("GPL"); |
51 | 51 | ||