]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit569fcb55aba73597203312e72130ea07b54efb2b
treee92473488d7674c171f6d7fa59da4186a7e6044b
parent1a68ab321ee550e0bb4b3253d2a763394eaa9557
[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