Skip to content

Commit

Permalink
V4L/DVB (9411): Bug! Timing recovery was calculated for 99MHz not 90 MHz
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 Dec 29, 2008
1 parent c14eaed commit 3479474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/stb0899_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ static enum dvbfe_search stb0899_search(struct dvb_frontend *fe, struct dvbfe_pa
if (i_params->srate <= 5000000)
stb0899_set_mclk(state, 76500000);
else
stb0899_set_mclk(state, 90000000);
stb0899_set_mclk(state, 99000000);

switch (state->delsys) {
case DVBFE_DELSYS_DVBS:
Expand Down

0 comments on commit 3479474

Please sign in to comment.