Re: [PATCH RFCv2] add DTMB support for DVB API

2012-01-16 Thread Patrick Boettcher
On Saturday 14 January 2012 16:31:16 Antti Palosaari wrote: > Version 2. I have made some changes from feedback got and > what I myself found better. I will add documentation later > after API issues are resolved. > Thanks to Andreas, Patrick and Mauro. > > Cc: Patrick Boettcher > Cc: Andreas Obe

Re: [PATCH RFCv2] add DTMB support for DVB API

2012-01-14 Thread Mauro Carvalho Chehab
Em 14-01-2012 13:35, Antti Palosaari escreveu: > On 01/14/2012 05:31 PM, Antti Palosaari wrote: >> +typedef enum fe_interleaving { >> + INTERLEAVING_NONE, >> + INTERLEAVING_240, >> + INTERLEAVING_720, >> +} fe_interleaving_t; > > Checkpatch didn't like that, but I left it as all the others are sim

Re: [PATCH RFCv2] add DTMB support for DVB API

2012-01-14 Thread Antti Palosaari
On 01/14/2012 05:31 PM, Antti Palosaari wrote: +typedef enum fe_interleaving { + INTERLEAVING_NONE, + INTERLEAVING_240, + INTERLEAVING_720, +} fe_interleaving_t; Checkpatch didn't like that, but I left it as all the others are similar. I am happy to fix it too if there is idea what it should b

[PATCH RFCv2] add DTMB support for DVB API

2012-01-14 Thread Antti Palosaari
Version 2. I have made some changes from feedback got and what I myself found better. I will add documentation later after API issues are resolved. Thanks to Andreas, Patrick and Mauro. Cc: Patrick Boettcher Cc: Andreas Oberritter Cc: Mauro Carvalho Chehab Signed-off-by: Antti Palosaari ---