Re: dvb-core/dvb_frontend.c: Synchronizing legacy and new tuning API

2011-05-13 Thread Mauro Carvalho Chehab
Em 12-05-2011 09:12, HoP escreveu: > 2011/5/12 Bjørn Mork : >> Andreas Oberritter writes: >> >>> Please try the patches submitted for testing: >>> >>> http://www.mail-archive.com/linux-media@vger.kernel.org/msg31194.html >> >> Ah, great! Thanks. Nothing better than a problem already solved. > >

Re: dvb-core/dvb_frontend.c: Synchronizing legacy and new tuning API

2011-05-12 Thread Bjørn Mork
HoP writes: > 2011/5/12 Bjørn Mork : >> Andreas Oberritter writes: >> >>> Please try the patches submitted for testing: >>> >>> http://www.mail-archive.com/linux-media@vger.kernel.org/msg31194.html >> >> Ah, great! Thanks.  Nothing better than a problem already solved. > > Not solved. Andreas did

Re: dvb-core/dvb_frontend.c: Synchronizing legacy and new tuning API

2011-05-12 Thread HoP
2011/5/12 Bjørn Mork : > Andreas Oberritter writes: > >> Please try the patches submitted for testing: >> >> http://www.mail-archive.com/linux-media@vger.kernel.org/msg31194.html > > Ah, great! Thanks.  Nothing better than a problem already solved. Not solved. Andreas did an attempt to solve it (

Re: dvb-core/dvb_frontend.c: Synchronizing legacy and new tuning API

2011-05-12 Thread Bjørn Mork
Andreas Oberritter writes: > Please try the patches submitted for testing: > > http://www.mail-archive.com/linux-media@vger.kernel.org/msg31194.html Ah, great! Thanks. Nothing better than a problem already solved. Bjørn -- To unsubscribe from this list: send the line "unsubscribe linux-media

Re: dvb-core/dvb_frontend.c: Synchronizing legacy and new tuning API

2011-05-11 Thread Andreas Oberritter
On 05/11/2011 08:34 PM, Bjørn Mork wrote: > I see in drivers/media/dvb/dvb-core/dvb_frontend.c that there is some > synchronization between the old and the new API. > > But it is incomplete: The new FE_GET_PROPERTY will report only cached > values, which is whatever the application has written and

dvb-core/dvb_frontend.c: Synchronizing legacy and new tuning API

2011-05-11 Thread Bjørn Mork
I see in drivers/media/dvb/dvb-core/dvb_frontend.c that there is some synchronization between the old and the new API. But it is incomplete: The new FE_GET_PROPERTY will report only cached values, which is whatever the application has written and not the actual tuned values like FE_GET_FRONTEND wi