diff options
Diffstat (limited to 'sound/isa/cs423x/cs4236.c')
-rw-r--r-- | sound/isa/cs423x/cs4236.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/isa/cs423x/cs4236.c b/sound/isa/cs423x/cs4236.c index 7d9d4d562e90..87f1392a2fa7 100644 --- a/sound/isa/cs423x/cs4236.c +++ b/sound/isa/cs423x/cs4236.c | |||
@@ -75,10 +75,10 @@ MODULE_SUPPORTED_DEVICE("{{Crystal Semiconductors,CS4235}," | |||
75 | 75 | ||
76 | #ifdef CS4232 | 76 | #ifdef CS4232 |
77 | #define IDENT "CS4232" | 77 | #define IDENT "CS4232" |
78 | #define CS423X_DRIVER "snd_cs4232" | 78 | #define DEV_NAME "cs4232" |
79 | #else | 79 | #else |
80 | #define IDENT "CS4236+" | 80 | #define IDENT "CS4236+" |
81 | #define CS423X_DRIVER "snd_cs4236" | 81 | #define DEV_NAME "cs4236" |
82 | #endif | 82 | #endif |
83 | 83 | ||
84 | static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ | 84 | static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ |
@@ -630,7 +630,7 @@ static struct isa_driver cs423x_isa_driver = { | |||
630 | .resume = snd_cs423x_isa_resume, | 630 | .resume = snd_cs423x_isa_resume, |
631 | #endif | 631 | #endif |
632 | .driver = { | 632 | .driver = { |
633 | .name = CS423X_DRIVER | 633 | .name = DEV_NAME |
634 | }, | 634 | }, |
635 | }; | 635 | }; |
636 | 636 | ||