[media] tuner, xc2028: add support for get_afc()
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 4 Jul 2012 05:33:55 +0000 (02:33 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 4 Jul 2012 05:46:58 +0000 (02:46 -0300)
commit1d432a3d7783b0b86ff08a111b7a4bea550fc4a2
treee92473488d7674c171f6d7fa59da4186a7e6044b
parent90acb85fb48372f30e0a2f6d516d2285faea6e6c
[media] tuner, xc2028: add support for get_afc()

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 <mchehab@redhat.com>
drivers/media/common/tuners/tuner-xc2028.c
drivers/media/dvb/dvb-core/dvb_frontend.h
drivers/media/video/tuner-core.c