mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
increase transportstream speed on stv0910
This commit is contained in:
parent
1d3bb91eb8
commit
6d80791077
@ -1544,7 +1544,7 @@ struct dvb_frontend *stv0910_attach(struct i2c_adapter *i2c,
|
|||||||
state->tscfgh = 0x20 | (cfg->parallel ? 0 : 0x40);
|
state->tscfgh = 0x20 | (cfg->parallel ? 0 : 0x40);
|
||||||
state->tsgeneral = (cfg->parallel == 2) ? 0x02 : 0x00;
|
state->tsgeneral = (cfg->parallel == 2) ? 0x02 : 0x00;
|
||||||
state->i2crpt = 0x0A | ((cfg->rptlvl & 0x07) << 4);
|
state->i2crpt = 0x0A | ((cfg->rptlvl & 0x07) << 4);
|
||||||
state->tsspeed = 0x40;
|
state->tsspeed = 0x28;
|
||||||
state->nr = nr;
|
state->nr = nr;
|
||||||
state->regoff = state->nr ? 0 : 0x200;
|
state->regoff = state->nr ? 0 : 0x200;
|
||||||
state->SearchRange = 16000000;
|
state->SearchRange = 16000000;
|
||||||
|
Loading…
Reference in New Issue
Block a user