aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/intel8x0m.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-10-20 10:53:49 -0400
committerJaroslav Kysela <perex@suse.cz>2005-11-04 07:19:16 -0500
commit698444f31788bd9992f7c31bcc4862d82f985890 (patch)
treee201f10e133d84a26864f72ad807f5d3223f327f /sound/pci/intel8x0m.c
parentd1f38cf9f8fcb486a027bb5adc214558d7830f45 (diff)
[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/intel8x0m.c')
-rw-r--r--sound/pci/intel8x0m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/intel8x0m.c b/sound/pci/intel8x0m.c
index 314f3d8caeae..42601f0e6a57 100644
--- a/sound/pci/intel8x0m.c
+++ b/sound/pci/intel8x0m.c
@@ -69,7 +69,7 @@ MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (0 = auto-detect).");
69 69
70/* just for backward compatibility */ 70/* just for backward compatibility */
71static int enable; 71static int enable;
72module_param(enable, int, 0444); 72module_param(enable, bool, 0444);
73 73
74/* 74/*
75 * Direct registers 75 * Direct registers