mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
let bandwidth_hz setting from application override setting from SR and rollof
This commit is contained in:
parent
2186362136
commit
f11ed620f2
@ -2148,6 +2148,7 @@ static int dtv_set_frontend(struct dvb_frontend *fe)
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
if (!c->bandwidth_hz)
|
||||||
if (rolloff)
|
if (rolloff)
|
||||||
c->bandwidth_hz = mult_frac(c->symbol_rate, rolloff, 100);
|
c->bandwidth_hz = mult_frac(c->symbol_rate, rolloff, 100);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user