[PATCH 2/4] dvb_frontend: add routine for DVB-T2 parameter validation

2012-08-16 Thread Antti Palosaari
Common routine for use of dvb-core, demodulator and tuner for check given DVB-T2 parameters correctness. Signed-off-by: Antti Palosaari --- drivers/media/dvb-core/dvb_frontend.c | 118 ++ drivers/media/dvb-core/dvb_frontend.h | 1 + 2 files changed, 119 insertio

Re: [PATCH 2/4] dvb_frontend: add routine for DVB-T2 parameter validation

2012-09-15 Thread Antti Palosaari
On 09/11/2012 10:33 PM, Mauro Carvalho Chehab wrote: Em 16-08-2012 23:03, Antti Palosaari escreveu: Common routine for use of dvb-core, demodulator and tuner for check given DVB-T2 parameters correctness. Signed-off-by: Antti Palosaari --- drivers/media/dvb-core/dvb_frontend.c | 118

Re: [PATCH 2/4] dvb_frontend: add routine for DVB-T2 parameter validation

2012-09-11 Thread Mauro Carvalho Chehab
Em 16-08-2012 23:03, Antti Palosaari escreveu: > Common routine for use of dvb-core, demodulator and tuner for check > given DVB-T2 parameters correctness. > > Signed-off-by: Antti Palosaari > --- > drivers/media/dvb-core/dvb_frontend.c | 118 > ++ > drivers/medi