Skip to content

Commit

Permalink
V4L/DVB (6433): Move all tda8275/8275a tuning code from tda8290 modul…
Browse files Browse the repository at this point in the history
…e 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>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent de3fe21 commit 746d973
Show file tree
Hide file tree
Showing 6 changed files with 423 additions and 507 deletions.
1 change: 1 addition & 0 deletions drivers/media/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ config TUNER_MT20XX
config TUNER_TDA8290
tristate "TDA 8290+8275(a) tuner combo"
depends on I2C
select DVB_TDA827X
default m if VIDEO_TUNER_CUSTOMIZE
help
Say Y here to include support for Philips TDA8290+8275(a) tuner.
Expand Down
Loading

0 comments on commit 746d973

Please sign in to comment.