diff --git a/frontends/stv0910.c b/frontends/stv0910.c index d64da60..a7052dc 100644 --- a/frontends/stv0910.c +++ b/frontends/stv0910.c @@ -1544,7 +1544,7 @@ struct dvb_frontend *stv0910_attach(struct i2c_adapter *i2c, state->tscfgh = 0x20 | (cfg->parallel ? 0 : 0x40); state->tsgeneral = (cfg->parallel == 2) ? 0x02 : 0x00; state->i2crpt = 0x0A | ((cfg->rptlvl & 0x07) << 4); - state->tsspeed = 0x40; + state->tsspeed = 0x28; state->nr = nr; state->regoff = state->nr ? 0 : 0x200; state->SearchRange = 16000000;