[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:
Takashi Iwai
2005-10-20 16:53:49 +02:00
committed by Jaroslav Kysela
parent d1f38cf9f8
commit 698444f317
7 changed files with 7 additions and 7 deletions

View File

@@ -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);