1
0
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:
rjkm 2023-03-03 13:42:12 +01:00
parent 5d876b2615
commit 6e4f8dc86b

View File

@ -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,
};