[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
@ -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);
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user