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

Commit 6f441ed7 authored by Mike Isely's avatar Mike Isely Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (12120): pvrusb2: Change initial default frequency setting



Change default frequency to be US Broadcast channel 3 - with the
transition to d igital the previous value has now become useless.
This change is PURELY to help with my testing (I need to set some kind
of default so it might as well be some thing usable).

Signed-off-by: default avatarMike Isely <isely@pobox.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent a6862da2
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -85,8 +85,8 @@ MODULE_PARM_DESC(video_std,"specify initial video standard");
module_param_array(tolerance,    int, NULL, 0444);
module_param_array(tolerance,    int, NULL, 0444);
MODULE_PARM_DESC(tolerance,"specify stream error tolerance");
MODULE_PARM_DESC(tolerance,"specify stream error tolerance");


/* US Broadcast channel 7 (175.25 MHz) */
/* US Broadcast channel 3 (61.25 MHz), to help with testing */
static int default_tv_freq    = 175250000L;
static int default_tv_freq    = 61250000L;
/* 104.3 MHz, a usable FM station for my area */
/* 104.3 MHz, a usable FM station for my area */
static int default_radio_freq = 104300000L;
static int default_radio_freq = 104300000L;