diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-01-20 12:08:44 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-01-20 12:08:44 +0100 |
commit | ac9ef6cf9196107115930e9fc66207199ef395b3 (patch) | |
tree | b5286d0b15ae34d816384e772bae760b3874ffec /sound/pci/hda/hda_intel.c | |
parent | dcd6c92267155e70a94b3927bce681ce74b80d1f (diff) | |
download | blackbird-op-linux-ac9ef6cf9196107115930e9fc66207199ef395b3.tar.gz blackbird-op-linux-ac9ef6cf9196107115930e9fc66207199ef395b3.zip |
ALSA: hda - Use bint for enable_msi option
The new bint module option type suits well with this one.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index fb35474c1203..9cbde2fc7b17 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -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); |