mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
force gap setting if given by attribute
This commit is contained in:
parent
1354b9021f
commit
e415b6e203
@ -685,6 +685,7 @@ static void calc_con(struct ddb_output *output, u32 *con, u32 *con2, u32 flags)
|
|||||||
if (output->port->gap != 0xffffffff) {
|
if (output->port->gap != 0xffffffff) {
|
||||||
flags |= 1;
|
flags |= 1;
|
||||||
gap = output->port->gap;
|
gap = output->port->gap;
|
||||||
|
max_bitrate = 0;
|
||||||
}
|
}
|
||||||
if (dev->link[0].info->type == DDB_OCTOPUS_CI && output->port->nr > 1) {
|
if (dev->link[0].info->type == DDB_OCTOPUS_CI && output->port->nr > 1) {
|
||||||
*con = 0x10c;
|
*con = 0x10c;
|
||||||
|
Loading…
Reference in New Issue
Block a user