|
@@ -75,7 +75,7 @@ static int radio[CX18_MAX_CARDS] = { -1, -1, -1, -1, -1, -1, -1, -1,
|
|
-1, -1, -1, -1, -1, -1, -1, -1 };
|
|
-1, -1, -1, -1, -1, -1, -1, -1 };
|
|
static unsigned cardtype_c = 1;
|
|
static unsigned cardtype_c = 1;
|
|
static unsigned tuner_c = 1;
|
|
static unsigned tuner_c = 1;
|
|
-static bool radio_c = 1;
|
|
|
|
|
|
+static unsigned radio_c = 1;
|
|
static char pal[] = "--";
|
|
static char pal[] = "--";
|
|
static char secam[] = "--";
|
|
static char secam[] = "--";
|
|
static char ntsc[] = "-";
|
|
static char ntsc[] = "-";
|
|
@@ -110,7 +110,7 @@ static int retry_mmio = 1;
|
|
int cx18_debug;
|
|
int cx18_debug;
|
|
|
|
|
|
module_param_array(tuner, int, &tuner_c, 0644);
|
|
module_param_array(tuner, int, &tuner_c, 0644);
|
|
-module_param_array(radio, bool, &radio_c, 0644);
|
|
|
|
|
|
+module_param_array(radio, int, &radio_c, 0644);
|
|
module_param_array(cardtype, int, &cardtype_c, 0644);
|
|
module_param_array(cardtype, int, &cardtype_c, 0644);
|
|
module_param_string(pal, pal, sizeof(pal), 0644);
|
|
module_param_string(pal, pal, sizeof(pal), 0644);
|
|
module_param_string(secam, secam, sizeof(secam), 0644);
|
|
module_param_string(secam, secam, sizeof(secam), 0644);
|