aboutsummaryrefslogtreecommitdiffstats
path: root/util/scan/dvb-t/fi-Puolanka
blob: 5b611d5e9480788435a9397b4208af75fed02072 (plain)
1
2
3
4
5
# automatically generated from http://www.digitv.fi/sivu.asp?path=1;8224;9519
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
T 642000000 8MHz 2/3 NONE QAM64 8k 1/8 NONE
T 666000000 8MHz 2/3 NONE QAM64 8k 1/8 NONE
T 650000000 8MHz 2/3 NONE QAM64 8k 1/8 NONE
linux/dvb/frontend.h> struct diseqc_cmd { struct dvb_diseqc_master_cmd cmd; uint32_t wait; }; extern int diseqc_send_msg (int fd, fe_sec_voltage_t v, struct diseqc_cmd **cmd, fe_sec_tone_mode_t t, fe_sec_mini_cmd_t b); /** * set up the switch to position/voltage/tone */ extern int setup_switch (int frontend_fd, int switch_pos, int voltage_18, int freq); #endif