From a05d1852a3b1c3edae6a13f3e8c55a9585a1f3af Mon Sep 17 00:00:00 2001 From: Ralph Metzler Date: Mon, 28 May 2018 16:39:21 +0200 Subject: [PATCH] Set modulation to QPSK for DVB-S Signed-off-by: Julian Scheel --- frontends/stv0910.c | 1 + 1 file changed, 1 insertion(+) diff --git a/frontends/stv0910.c b/frontends/stv0910.c index 8779c0c..2bcedb6 100644 --- a/frontends/stv0910.c +++ b/frontends/stv0910.c @@ -1329,6 +1329,7 @@ static int get_frontend(struct dvb_frontend *fe, struct dtv_frontend_properties p->fec_inner = FEC_NONE; break; } + p->modulation = QPSK; p->rolloff = ROLLOFF_35; } if (state->receive_mode != RCVMODE_NONE) {