Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
079e683e
Commit
079e683e
authored
Mar 26, 2010
by
Jaroslav Kysela
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ALSA: hda-intel - probe_only module option is int type now
Signed-off-by:
Jaroslav Kysela
<
perex@perex.cz
>
parent
38f57968
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sound/pci/hda/hda_intel.c
sound/pci/hda/hda_intel.c
+1
-1
No files found.
sound/pci/hda/hda_intel.c
View file @
079e683e
...
@@ -84,7 +84,7 @@ module_param_array(bdl_pos_adj, int, NULL, 0644);
...
@@ -84,7 +84,7 @@ module_param_array(bdl_pos_adj, int, NULL, 0644);
MODULE_PARM_DESC
(
bdl_pos_adj
,
"BDL position adjustment offset."
);
MODULE_PARM_DESC
(
bdl_pos_adj
,
"BDL position adjustment offset."
);
module_param_array
(
probe_mask
,
int
,
NULL
,
0444
);
module_param_array
(
probe_mask
,
int
,
NULL
,
0444
);
MODULE_PARM_DESC
(
probe_mask
,
"Bitmask to probe codecs (default = -1)."
);
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_PARM_DESC
(
probe_only
,
"Only probing and no codec initialization."
);
module_param
(
single_cmd
,
bool
,
0444
);
module_param
(
single_cmd
,
bool
,
0444
);
MODULE_PARM_DESC
(
single_cmd
,
"Use single command to communicate with codecs "
MODULE_PARM_DESC
(
single_cmd
,
"Use single command to communicate with codecs "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment