Commit b05c90de authored by Manu Abraham's avatar Manu Abraham Committed by Mauro Carvalho Chehab

V4L/DVB (13701): [MB86A16] Reduce Carrier Recovery range to 3Mhz

Signed-off-by: default avatarManu Abraham <manu@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent a890cce5
...@@ -1036,8 +1036,7 @@ static int mb86a16_set_fe(struct mb86a16_state *state) ...@@ -1036,8 +1036,7 @@ static int mb86a16_set_fe(struct mb86a16_state *state)
dprintk(verbose, MB86A16_INFO, 1, "freq=%d Mhz, symbrt=%d Ksps", state->frequency, state->srate); dprintk(verbose, MB86A16_INFO, 1, "freq=%d Mhz, symbrt=%d Ksps", state->frequency, state->srate);
fcp = 5000; // (carrier recovery [kHz]) fcp = 3000;
// fcp = 3000;
swp_ofs = state->srate / 4; swp_ofs = state->srate / 4;
for (i = 0; i < 60; i++) for (i = 0; i < 60; i++)
......
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