[linux-dvb] Problems with new hg multiproto
Jose Alberto Reguero
jareguero at telefonica.net
Mon Jan 28 19:23:31 CET 2008
El Lunes, 28 de Enero de 2008, Manu Abraham escribió:
> 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/ver
>sion.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/fro
>ntend.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
I have clone the wrong hg:
http://linuxtv.org/hg/~manu/multiproto/
http://www.jusst.de/hg/multiproto/ is ok.
Thanks.
Jose Alberto
More information about the linux-dvb
mailing list