Skip to content

Commit

Permalink
V4L/DVB (13701): [MB86A16] Reduce Carrier Recovery range to 3Mhz
Browse files Browse the repository at this point in the history
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Jan 17, 2010
1 parent a890cce commit b05c90d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/media/dvb/frontends/mb86a16.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

fcp = 5000; // (carrier recovery [kHz])
// fcp = 3000;
fcp = 3000;
swp_ofs = state->srate / 4;

for (i = 0; i < 60; i++)
Expand Down

0 comments on commit b05c90d

Please sign in to comment.