Re: [PATCH 3/3] [media] tuner, xc2028: add support for get_afc()

2012-08-06 Thread Mauro Carvalho Chehab
Em 06-08-2012 17:10, Antti Palosaari escreveu: > Mauro, I am still waiting for your explanation for that. > > On 07/07/2012 01:46 PM, Antti Palosaari wrote: >> On 07/05/2012 11:10 PM, Mauro Carvalho Chehab wrote: >>> Em 05-07-2012 14:37, Bert Massop escreveu: On Thu, Jul 5, 2012 at 5:05 PM, A

Re: [PATCH 3/3] [media] tuner, xc2028: add support for get_afc()

2012-08-06 Thread Manu Abraham
On Fri, Jul 6, 2012 at 1:40 AM, Mauro Carvalho Chehab wrote: > Em 05-07-2012 14:37, Bert Massop escreveu: >> On Thu, Jul 5, 2012 at 5:05 PM, Antti Palosaari wrote: >>> >>> On 07/05/2012 05:16 PM, Mauro Carvalho Chehab wrote: Implement API support to return AFC frequency shift, as this d

Re: [PATCH 3/3] [media] tuner, xc2028: add support for get_afc()

2012-08-06 Thread Antti Palosaari
Mauro, I am still waiting for your explanation for that. On 07/07/2012 01:46 PM, Antti Palosaari wrote: On 07/05/2012 11:10 PM, Mauro Carvalho Chehab wrote: Em 05-07-2012 14:37, Bert Massop escreveu: On Thu, Jul 5, 2012 at 5:05 PM, Antti Palosaari wrote: On 07/05/2012 05:16 PM, Mauro Carval

Re: [PATCH 3/3] [media] tuner, xc2028: add support for get_afc()

2012-07-07 Thread Antti Palosaari
On 07/05/2012 11:10 PM, Mauro Carvalho Chehab wrote: Em 05-07-2012 14:37, Bert Massop escreveu: On Thu, Jul 5, 2012 at 5:05 PM, Antti Palosaari wrote: On 07/05/2012 05:16 PM, Mauro Carvalho Chehab wrote: Implement API support to return AFC frequency shift, as this device supports it. The on

Re: [PATCH 3/3] [media] tuner, xc2028: add support for get_afc()

2012-07-05 Thread Mauro Carvalho Chehab
Em 05-07-2012 14:37, Bert Massop escreveu: > On Thu, Jul 5, 2012 at 5:05 PM, Antti Palosaari wrote: >> >> On 07/05/2012 05:16 PM, Mauro Carvalho Chehab wrote: >>> >>> Implement API support to return AFC frequency shift, as this device >>> supports it. The only other driver that implements it is td

Re: [PATCH 3/3] [media] tuner, xc2028: add support for get_afc()

2012-07-05 Thread Bert Massop
On Thu, Jul 5, 2012 at 5:05 PM, Antti Palosaari wrote: > > On 07/05/2012 05:16 PM, Mauro Carvalho Chehab wrote: >> >> Implement API support to return AFC frequency shift, as this device >> supports it. The only other driver that implements it is tda9887, >> and the frequency there is reported in H

Re: [PATCH 3/3] [media] tuner, xc2028: add support for get_afc()

2012-07-05 Thread Antti Palosaari
On 07/05/2012 05:16 PM, Mauro Carvalho Chehab wrote: Implement API support to return AFC frequency shift, as this device supports it. The only other driver that implements it is tda9887, and the frequency there is reported in Hz. So, use Hz also for this tuner. What is AFC and why it is needed?

[PATCH 3/3] [media] tuner, xc2028: add support for get_afc()

2012-07-05 Thread Mauro Carvalho Chehab
Implement API support to return AFC frequency shift, as this device supports it. The only other driver that implements it is tda9887, and the frequency there is reported in Hz. So, use Hz also for this tuner. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/common/tuners/tuner-xc2028.c |