Commit 698444f31788bd9992f7c31bcc4862d82f985890

Authored by Takashi Iwai
Committed by Jaroslav Kysela
1 parent d1f38cf9f8

[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>

Showing 7 changed files with 7 additions and 7 deletions Side-by-side Diff

... ... @@ -58,7 +58,7 @@
58 58  
59 59 /* just for backward compatibility */
60 60 static int enable;
61   -module_param(enable, int, 0444);
  61 +module_param(enable, bool, 0444);
62 62  
63 63  
64 64 /*
sound/pci/atiixp_modem.c
... ... @@ -52,7 +52,7 @@
52 52  
53 53 /* just for backward compatibility */
54 54 static int enable;
55   -module_param(enable, int, 0444);
  55 +module_param(enable, bool, 0444);
56 56  
57 57  
58 58 /*
sound/pci/hda/hda_intel.c
... ... @@ -63,7 +63,7 @@
63 63  
64 64 /* just for backward compatibility */
65 65 static int enable;
66   -module_param(enable, int, 0444);
  66 +module_param(enable, bool, 0444);
67 67  
68 68 MODULE_LICENSE("GPL");
69 69 MODULE_SUPPORTED_DEVICE("{{Intel, ICH6},"
sound/pci/intel8x0.c
... ... @@ -89,7 +89,7 @@
89 89  
90 90 /* just for backward compatibility */
91 91 static int enable;
92   -module_param(enable, int, 0444);
  92 +module_param(enable, bool, 0444);
93 93 static int joystick;
94 94 module_param(joystick, int, 0444);
95 95  
sound/pci/intel8x0m.c
... ... @@ -69,7 +69,7 @@
69 69  
70 70 /* just for backward compatibility */
71 71 static int enable;
72   -module_param(enable, int, 0444);
  72 +module_param(enable, bool, 0444);
73 73  
74 74 /*
75 75 * Direct registers
... ... @@ -105,7 +105,7 @@
105 105  
106 106 /* just for backward compatibility */
107 107 static int enable;
108   -module_param(enable, int, 0444);
  108 +module_param(enable, bool, 0444);
109 109  
110 110  
111 111 /* revision numbers for via686 */
sound/pci/via82xx_modem.c
... ... @@ -68,7 +68,7 @@
68 68  
69 69 /* just for backward compatibility */
70 70 static int enable;
71   -module_param(enable, int, 0444);
  71 +module_param(enable, bool, 0444);
72 72  
73 73  
74 74 /*