aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda
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/hda
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/hda')
-rw-r--r--sound/pci/hda/hda_intel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 1426fa0ac6d9..9d1412a9f2f8 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -63,7 +63,7 @@ MODULE_PARM_DESC(position_fix, "Fix DMA pointer (0 = auto, 1 = none, 2 = POSBUF,
63 63
64/* just for backward compatibility */ 64/* just for backward compatibility */
65static int enable; 65static int enable;
66module_param(enable, int, 0444); 66module_param(enable, bool, 0444);
67 67
68MODULE_LICENSE("GPL"); 68MODULE_LICENSE("GPL");
69MODULE_SUPPORTED_DEVICE("{{Intel, ICH6}," 69MODULE_SUPPORTED_DEVICE("{{Intel, ICH6},"