[ALSA] Fix the type of enable module option
Fix the type of enable module option to bool. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Jaroslav Kysela
parent
d1f38cf9f8
commit
698444f317
@@ -89,7 +89,7 @@ MODULE_PARM_DESC(xbox, "Set to 1 for Xbox, if you have problems with the AC'97 c
|
||||
|
||||
/* just for backward compatibility */
|
||||
static int enable;
|
||||
module_param(enable, int, 0444);
|
||||
module_param(enable, bool, 0444);
|
||||
static int joystick;
|
||||
module_param(joystick, int, 0444);
|
||||
|
||||
|
Reference in New Issue
Block a user