1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

always return lock with SDR mode

This commit is contained in:
none 2021-02-09 17:30:48 +01:00
parent 8b787bbc0d
commit a276a370cb

View File

@ -136,6 +136,10 @@ static int read_status(struct dvb_frontend *fe, enum fe_status *status)
stat = ddb_mci_get_status(&state->mci, &res);
if (stat)
return stat;
if (sx8_base->iq_mode >= 2) {
*status = 0x1f;
return stat;
}
*status = 0x00;
ddb_mci_get_info(&state->mci);
if (res.status == SX8_DEMOD_WAIT_MATYPE)