Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 079e683e authored by Jaroslav Kysela's avatar Jaroslav Kysela
Browse files

ALSA: hda-intel - probe_only module option is int type now



Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
parent 38f57968
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 "