Commit 789f96c9 authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] FM801 - radio: Fixed thinko for tea575x_tuner module parameter (int type not bool)

FM801 driver
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent 6f07cc6e
......@@ -64,7 +64,7 @@ module_param_array(id, charp, NULL, 0444);
MODULE_PARM_DESC(id, "ID string for the FM801 soundcard.");
module_param_array(enable, bool, NULL, 0444);
MODULE_PARM_DESC(enable, "Enable FM801 soundcard.");
module_param_array(tea575x_tuner, bool, NULL, 0444);
module_param_array(tea575x_tuner, int, NULL, 0444);
MODULE_PARM_DESC(tea575x_tuner, "Enable TEA575x tuner.");
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment