From df4f23384b0fea7389169b8072881837ecc3b916 Mon Sep 17 00:00:00 2001 From: Ralph Metzler Date: Fri, 25 Aug 2017 23:30:28 +0200 Subject: [PATCH] lower lowest symbol rate to 100000 --- frontends/stv0910.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/stv0910.c b/frontends/stv0910.c index f3c7796..7e9fa26 100644 --- a/frontends/stv0910.c +++ b/frontends/stv0910.c @@ -1776,7 +1776,7 @@ static struct dvb_frontend_ops stv0910_ops = { .frequency_max = 2150000, .frequency_stepsize = 0, .frequency_tolerance = 0, - .symbol_rate_min = 1000000, + .symbol_rate_min = 100000, .symbol_rate_max = 70000000, .caps = FE_CAN_INVERSION_AUTO | FE_CAN_FEC_AUTO |