Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Getting cont. tone in NEWSTRUCT



Hello,

in the old branch it is possible to get the status of the cont. tone with 
following ioctl:
ioctl(fd_sec, SEC_GET_STATUS, &sstatus))

But I can't see this functionality in the NEWSTRUCT branch. Doesn't it belong 
in here?

struct dvb_qpsk_parameters {
+       SecToneMode tone;
        uint32_t  symbol_rate; /* symbol rate in Symbols per second */
        CodeRate  fec_inner;   /* forward error correction (see above) */
} fep;
..
ioctl(fd_front, FE_GET_FRONTEND, &fep)

Christian



--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index