commit | 698444f31788bd9992f7c31bcc4862d82f985890 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Oct 20 16:53:49 2005 +0200 |
committer | Jaroslav Kysela <perex@suse.cz> | Fri Nov 04 13:19:16 2005 +0100 |
tree | e201f10e133d84a26864f72ad807f5d3223f327f | |
parent | d1f38cf9f8fcb486a027bb5adc214558d7830f45 [diff] [blame] |
[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>
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index d16ef52..68d0ed0 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c
@@ -89,7 +89,7 @@ /* 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);