mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
lower lowest symbol rate to 100000
This commit is contained in:
parent
838eb620ba
commit
df4f23384b
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user