mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
set legacy signal strength workaround according to channel number
This commit is contained in:
parent
24801ab41a
commit
be79cec76e
@ -643,7 +643,7 @@ static int mod_set_attenuator(struct ddb *dev, u32 Value)
|
||||
.mod_stream = 0,
|
||||
.mod_setup_output = {
|
||||
.connector = MOD_CONNECTOR_F,
|
||||
.num_channels = 24,
|
||||
.num_channels = dev->link[0].info->port_num,
|
||||
.unit = MOD_UNIT_DBUV,
|
||||
.channel_power = 9000 - Value * 100,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user