Jose Alberto Reguero wrote:
> I  have two problems with the new multiproto tree:
> 
> 1. The DVB_API_VERSION_MINOR is 2 like the v4l-dvb tree. Before was 3.
> 2. struct dvbs2_params has no member named 'rolloff'


Umm. from where did you see that ?
I see minor as 3, from here: 
http://jusst.de/hg/multiproto/file/45eec532cefa/linux/include/linux/dvb/version.h

        26 #define DVB_API_VERSION 3
        27 #define DVB_API_VERSION_MINOR 3



i see rolloff as well: 
http://jusst.de/hg/multiproto/file/45eec532cefa/linux/include/linux/dvb/frontend.h
       382 /* DVB-S2 parameters                 */
       383 struct dvbs2_params {
       384      __u32                           symbol_rate;
       385
       386      enum dvbfe_modulation           modulation;
       387      enum dvbfe_fec                  fec;
       388
       389      /* Informational fields only    */
       390      enum dvbfe_rolloff              rolloff;
       391
       392      __u8                            matype_1;
       393      __u8                            matype_2;
       394      __u8                            upl_1;
       395      __u8                            upl_2;
       396      __u8                            dfl_1;
       397      __u8                            dfl_2;
       398      __u8                            sync;
       399      __u8                            syncd_1;
       400      __u8                            syncd_2;
       401
       402      __u8                            pad[32];
       403 };

Regards,
Manu


_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Reply via email to