add some symbol rate modes

This commit is contained in:
rjkm 2020-10-16 14:33:55 +02:00
parent 310a5e0f05
commit c93f96b6ec
1 changed files with 6 additions and 2 deletions

View File

@ -38,10 +38,14 @@ struct dvb_mod_channel_params {
enum mod_output_rate {
SYS_DVBT_6 = 0,
SYS_DVBT_7,
SYS_DVBT_8,
SYS_DVBT_7 = 1,
SYS_DVBT_8 = 2,
SYS_DVBC_6900 = 8,
SYS_ISDBT_6 = 16,
SYS_J83B_64_6 = 24,
SYS_J83B_256_6 = 25,
SYS_DVBS2_22 = 32,
SYS_DVBS2_24 = 33,
};