forgot isi

This commit is contained in:
none 2021-02-02 16:44:03 +01:00
parent cfbe430b4a
commit e5e6e44b76
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ static int set_parameters(struct dvb_frontend *fe)
state->mci.signal_info.status = MCI_DEMOD_WAIT_SIGNAL;
}
} else {
stat = start_iq(fe, 0xffffff, 4, ts_config);
stat = start_iq(fe, isi & 0xffffff, 4, ts_config);
if (!stat) {
state->iq_started = 1;
state->first_time_lock = 1;