V4L/DVB (6433): Move all tda8275/8275a tuning code from tda8290 module into tda827x...
authorMichael Krufky <mkrufky@linuxtv.org>
Sat, 25 Aug 2007 22:08:45 +0000 (19:08 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:01:05 +0000 (19:01 -0200)
commit746d9732dbd5b95c3ba36230e2814fa2c391a311
treebb63bc3eeea67bedd6b92727280ea8a35d5656b5
parentde3fe21ba2fdc0733ad4e555b95121baeba7fcd5
V4L/DVB (6433): Move all tda8275/8275a tuning code from tda8290 module into tda827x module

Add analog tuning support to tda827x dvb_frontend tuner module.

Convert tda8290 module back to native tuner interface.

The tda8290 analog demodulator will be handled the same way as tda9887.
The tuner.ko module (tuner-core) will pass commands to tda8290 via the
tuner_operations interface.  tda8290 will communicate with tda827x via
the dvb_frontend interface, while passing a pointer to a private data
structure.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/Kconfig
drivers/media/dvb/frontends/tda827x.c
drivers/media/dvb/frontends/tda827x.h
drivers/media/video/tda8290.c
drivers/media/video/tda8290.h
drivers/media/video/tuner-core.c