[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

@ -52,7 +52,7 @@ MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (default 48000Hz).");
/* just for backward compatibility */
static int enable;
module_param(enable, int, 0444);
module_param(enable, bool, 0444);
/*