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

[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 pboettc...@kernellabs.com Cc: Andreas Oberritter o...@linuxtv.org Cc: Mauro Carvalho

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

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 similar. I am