diff options
Diffstat (limited to 'sound/pci/intel8x0.c')
-rw-r--r-- | sound/pci/intel8x0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index d16ef527716d..68d0ed033d3a 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
@@ -89,7 +89,7 @@ MODULE_PARM_DESC(xbox, "Set to 1 for Xbox, if you have problems with the AC'97 c | |||
89 | 89 | ||
90 | /* just for backward compatibility */ | 90 | /* just for backward compatibility */ |
91 | static int enable; | 91 | static int enable; |
92 | module_param(enable, int, 0444); | 92 | module_param(enable, bool, 0444); |
93 | static int joystick; | 93 | static int joystick; |
94 | module_param(joystick, int, 0444); | 94 | module_param(joystick, int, 0444); |
95 | 95 | ||