summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/stb0899_drv.c
diff options
context:
space:
mode:
authorManu Abraham <manu@linuxtv.org>2007-11-19 23:44:47 +0400
committerManu Abraham <manu@linuxtv.org>2007-11-19 23:44:47 +0400
commit9c44a82e63fa63c7930da98e87ece51dc8f2c01d (patch)
tree392772a03899855fb8b03ea8332209b36c875c81 /linux/drivers/media/dvb/frontends/stb0899_drv.c
parent1c1a526514057c036f3048f77d26f649326a331b (diff)
downloadmediapointer-dvb-s2-9c44a82e63fa63c7930da98e87ece51dc8f2c01d.tar.gz
mediapointer-dvb-s2-9c44a82e63fa63c7930da98e87ece51dc8f2c01d.tar.bz2
Revert back previous change to 90MHz
Note: * At High Symbol Rates we do not have enouph machine cycles to handle the incoming symbols and hence might run into problems at the very end of the specified definition * Most of the equations have been calculated for a master clock of 99 MHz, running at 90MHz, raises lot of issues such as the need to recalculate all of them , which is eventually very painful. From: Manu Abraham <abraham.manu@gmail.com> Signed-off-by: Manu Abraham <manu@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/stb0899_drv.c')
-rw-r--r--linux/drivers/media/dvb/frontends/stb0899_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/stb0899_drv.c b/linux/drivers/media/dvb/frontends/stb0899_drv.c
index 0b09f4859..450ab094e 100644
--- a/linux/drivers/media/dvb/frontends/stb0899_drv.c
+++ b/linux/drivers/media/dvb/frontends/stb0899_drv.c
@@ -1616,7 +1616,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: