ALSA: hda - Use bint for enable_msi option
authorTakashi Iwai <tiwai@suse.de>
Fri, 20 Jan 2012 11:08:44 +0000 (12:08 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 20 Jan 2012 11:08:44 +0000 (12:08 +0100)
The new bint module option type suits well with this one.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c

index fb35474c1203658fb137b650da9dec0b3b1876ad..9cbde2fc7b173d2018af0d68177fdca06c6b2671 100644 (file)
@@ -94,7 +94,7 @@ MODULE_PARM_DESC(probe_only, "Only probing and no codec initialization.");
 module_param(single_cmd, bool, 0444);
 MODULE_PARM_DESC(single_cmd, "Use single command to communicate with codecs "
                 "(for debugging only).");
-module_param(enable_msi, int, 0444);
+module_param(enable_msi, bint, 0444);
 MODULE_PARM_DESC(enable_msi, "Enable Message Signaled Interrupt (MSI)");
 #ifdef CONFIG_SND_HDA_PATCH_LOADER
 module_param_array(patch, charp, NULL, 0444);
This page took 0.028182 seconds and 5 git commands to generate.