mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
[ALSA] hdspm - Fix module parameter description
RME9652 driver Fix the module parameter description after proofreading. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
1204de32d0
commit
e8da2fbc2d
|
|
@ -65,7 +65,7 @@ module_param_array(enable, bool, NULL, 0444);
|
|||
MODULE_PARM_DESC(enable, "Enable/disable specific HDSPM soundcards.");
|
||||
|
||||
module_param_array(precise_ptr, bool, NULL, 0444);
|
||||
MODULE_PARM_DESC(precise_ptr, "Enable precise pointer, or disable.");
|
||||
MODULE_PARM_DESC(precise_ptr, "Enable or disable precise pointer.");
|
||||
|
||||
module_param_array(line_outs_monitor, bool, NULL, 0444);
|
||||
MODULE_PARM_DESC(line_outs_monitor,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user