mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
how partial isdbs lock
This commit is contained in:
parent
766ca0e652
commit
22c52fbf86
@ -402,6 +402,8 @@ static int read_status(struct dvb_frontend *fe, enum fe_status *status)
|
|||||||
ddb_mci_get_strength(fe);
|
ddb_mci_get_strength(fe);
|
||||||
if (res.status == MCI_DEMOD_WAIT_SIGNAL)
|
if (res.status == MCI_DEMOD_WAIT_SIGNAL)
|
||||||
*status = 0x01;
|
*status = 0x01;
|
||||||
|
if (res.status == M4_DEMOD_WAIT_TS)
|
||||||
|
*status = 0x03;
|
||||||
if (res.status == MCI_DEMOD_LOCKED) {
|
if (res.status == MCI_DEMOD_LOCKED) {
|
||||||
*status = 0x1f;
|
*status = 0x1f;
|
||||||
ddb_mci_get_snr(fe);
|
ddb_mci_get_snr(fe);
|
||||||
|
Loading…
Reference in New Issue
Block a user