mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
Set modulation to QPSK for DVB-S
Signed-off-by: Julian Scheel <julian@jusst.de>
This commit is contained in:
parent
1e15f5474d
commit
a05d1852a3
@ -1329,6 +1329,7 @@ static int get_frontend(struct dvb_frontend *fe, struct dtv_frontend_properties
|
|||||||
p->fec_inner = FEC_NONE;
|
p->fec_inner = FEC_NONE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
p->modulation = QPSK;
|
||||||
p->rolloff = ROLLOFF_35;
|
p->rolloff = ROLLOFF_35;
|
||||||
}
|
}
|
||||||
if (state->receive_mode != RCVMODE_NONE) {
|
if (state->receive_mode != RCVMODE_NONE) {
|
||||||
|
Loading…
Reference in New Issue
Block a user