aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/intel8x0.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-10-20 16:53:49 +0200
committerJaroslav Kysela <perex@suse.cz>2005-11-04 13:19:16 +0100
commit698444f31788bd9992f7c31bcc4862d82f985890 (patch)
treee201f10e133d84a26864f72ad807f5d3223f327f /sound/pci/intel8x0.c
parent[ALSA] Add description about a new option of nm256 driver (diff)
downloadlinux-dev-698444f31788bd9992f7c31bcc4862d82f985890.tar.xz
linux-dev-698444f31788bd9992f7c31bcc4862d82f985890.zip
[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>
Diffstat (limited to 'sound/pci/intel8x0.c')
-rw-r--r--sound/pci/intel8x0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c
index d16ef527716d..68d0ed033d3a 100644
--- a/sound/pci/intel8x0.c
+++ b/sound/pci/intel8x0.c
@@ -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);