]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[ALSA] Fix the type of enable module option
authorTakashi Iwai <tiwai@suse.de>
Thu, 20 Oct 2005 14:53:49 +0000 (16:53 +0200)
committerJaroslav Kysela <perex@suse.cz>
Fri, 4 Nov 2005 12:19:16 +0000 (13:19 +0100)
Fix the type of enable module option to bool.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/atiixp.c
sound/pci/atiixp_modem.c
sound/pci/hda/hda_intel.c
sound/pci/intel8x0.c
sound/pci/intel8x0m.c
sound/pci/via82xx.c
sound/pci/via82xx_modem.c

index 14f912ae40dad7876b0ec61d6e924dd2b23dfb90..a9314363abd81ef98f73fde3b464af14165e10ea 100644 (file)
@@ -58,7 +58,7 @@ MODULE_PARM_DESC(spdif_aclink, "S/PDIF over AC-link.");
 
 /* just for backward compatibility */
 static int enable;
-module_param(enable, int, 0444);
+module_param(enable, bool, 0444);
 
 
 /*
index ab39c0b7cceeca40d117e2b4a40611feda8be37f..210eb676945c0dbff0e76a1c0a05c3044f1a9410 100644 (file)
@@ -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);
 
 
 /*
index 1426fa0ac6d9b4cdb36e9a9a784f430a760594b8..9d1412a9f2f85f0d93c63913a3cb9eb790b4fd5f 100644 (file)
@@ -63,7 +63,7 @@ MODULE_PARM_DESC(position_fix, "Fix DMA pointer (0 = auto, 1 = none, 2 = POSBUF,
 
 /* just for backward compatibility */
 static int enable;
-module_param(enable, int, 0444);
+module_param(enable, bool, 0444);
 
 MODULE_LICENSE("GPL");
 MODULE_SUPPORTED_DEVICE("{{Intel, ICH6},"
index d16ef527716d156e223b3affc8e7b66d9a208056..68d0ed033d3a11f9961f1730e5ce6554c701ed4e 100644 (file)
@@ -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);
 
index 314f3d8caeae3676e50d6befeb2f3e9348a28bb6..42601f0e6a57ee108c585d728ce045acf37b455e 100644 (file)
@@ -69,7 +69,7 @@ MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (0 = auto-detect).");
 
 /* just for backward compatibility */
 static int enable;
-module_param(enable, int, 0444);
+module_param(enable, bool, 0444);
 
 /*
  *  Direct registers
index eb35b446235c4766c5407a4fa97dfa3bfd5acac7..3fdb3b1d4e8368089321a113e089dd51ef9262a5 100644 (file)
@@ -105,7 +105,7 @@ MODULE_PARM_DESC(dxs_support, "Support for DXS channels (0 = auto, 1 = enable, 2
 
 /* just for backward compatibility */
 static int enable;
-module_param(enable, int, 0444);
+module_param(enable, bool, 0444);
 
 
 /* revision numbers for via686 */
index db7768124f52f4f3ca71e196493b5462cf9b5785..ff56eb8552e64db76fcf4c242135b7253cf1f721 100644 (file)
@@ -68,7 +68,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);
 
 
 /*