diff options
Diffstat (limited to 'sound/isa/cs423x/cs4231.c')
-rw-r--r-- | sound/isa/cs423x/cs4231.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/isa/cs423x/cs4231.c b/sound/isa/cs423x/cs4231.c index ac4041134150..13db6842eaaa 100644 --- a/sound/isa/cs423x/cs4231.c +++ b/sound/isa/cs423x/cs4231.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Generic driver for CS4231 chips | 2 | * Generic driver for CS4231 chips |
3 | * Copyright (c) by Jaroslav Kysela <perex@suse.cz> | 3 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
4 | * Originally the CS4232/CS4232A driver, modified for use on CS4231 by | 4 | * Originally the CS4232/CS4232A driver, modified for use on CS4231 by |
5 | * Tugrul Galatali <galatalt@stuy.edu> | 5 | * Tugrul Galatali <galatalt@stuy.edu> |
6 | * | 6 | * |
@@ -36,7 +36,7 @@ | |||
36 | #define DEV_NAME "cs4231" | 36 | #define DEV_NAME "cs4231" |
37 | 37 | ||
38 | MODULE_DESCRIPTION(CRD_NAME); | 38 | MODULE_DESCRIPTION(CRD_NAME); |
39 | MODULE_AUTHOR("Jaroslav Kysela <perex@suse.cz>"); | 39 | MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>"); |
40 | MODULE_LICENSE("GPL"); | 40 | MODULE_LICENSE("GPL"); |
41 | MODULE_SUPPORTED_DEVICE("{{Crystal Semiconductors,CS4231}}"); | 41 | MODULE_SUPPORTED_DEVICE("{{Crystal Semiconductors,CS4231}}"); |
42 | 42 | ||