summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_intel.c
diff options
context:
space:
mode:
authorJaroslav Kysela2010-03-26 11:16:59 +0100
committerJaroslav Kysela2010-03-26 11:16:59 +0100
commit079e683ebd882655b6d6e0b17989e51bae2d77d6 (patch)
tree1c435936748168f18986c1651c92bc6bdd419c31 /sound/pci/hda/hda_intel.c
parentALSA: hda-intel - remove model=hwio from documentation (diff)
downloadkernel-qcow2-linux-079e683ebd882655b6d6e0b17989e51bae2d77d6.tar.gz
kernel-qcow2-linux-079e683ebd882655b6d6e0b17989e51bae2d77d6.tar.xz
kernel-qcow2-linux-079e683ebd882655b6d6e0b17989e51bae2d77d6.zip
ALSA: hda-intel - probe_only module option is int type now
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-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 6ce673c17ff2..a33c1c50b310 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -84,7 +84,7 @@ module_param_array(bdl_pos_adj, int, NULL, 0644);
MODULE_PARM_DESC(bdl_pos_adj, "BDL position adjustment offset.");
module_param_array(probe_mask, int, NULL, 0444);
MODULE_PARM_DESC(probe_mask, "Bitmask to probe codecs (default = -1).");
-module_param_array(probe_only, bool, NULL, 0444);
+module_param_array(probe_only, int, NULL, 0444);
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 "