mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
hardware DVB-T can only do 14 channels
This commit is contained in:
parent
5d876b2615
commit
6e4f8dc86b
@ -616,7 +616,7 @@ static const struct ddb_info ddb_sdr_dvbt = {
|
||||
.name = "Digital Devices DVBT",
|
||||
.version = 18,
|
||||
.regmap = &octopus_sdr_map,
|
||||
.port_num = 16,
|
||||
.port_num = 14,
|
||||
.temp_num = 1,
|
||||
.tempmon_irq = 8,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user