diff options
author | Jaroslav Kysela <perex@perex.cz> | 2010-03-26 11:16:59 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2010-03-26 11:16:59 +0100 |
commit | 079e683ebd882655b6d6e0b17989e51bae2d77d6 (patch) | |
tree | 1c435936748168f18986c1651c92bc6bdd419c31 /sound/pci/hda | |
parent | 38f57968f45333585293e88ea12ca577811fb9a7 (diff) | |
download | talos-op-linux-079e683ebd882655b6d6e0b17989e51bae2d77d6.tar.gz talos-op-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')
-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 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 " |