aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/video/tuner-types.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-10-22 09:56:38 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:01:06 -0200
commit5bea1cd3871351d70cc7624af138f8aa68b7be77 (patch)
tree77db506f3fb668e33e091aaa1cda2cf09da85085 /drivers/media/video/tuner-types.c
parentce1f8bdb0cbe9c5f57cf0256ef75fce06152547f (diff)
V4L/DVB (6435): tda8290: add support for NXP TDA18271 tuner and TDA8295 analog demod
Add basic support for NXP TDA8295 analog demod and TDA18271 tuner silicon. TDA8295 + TDA8275a not yet tested. TDA8290 + TDA18271 not yet supported. Digital mode of TDA18271 not yet tested & needs more work. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tuner-types.c')
-rw-r--r--drivers/media/video/tuner-types.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/tuner-types.c b/drivers/media/video/tuner-types.c
index ac363f01922..4a674c436cf 100644
--- a/drivers/media/video/tuner-types.c
+++ b/drivers/media/video/tuner-types.c
@@ -1475,6 +1475,9 @@ struct tunertype tuners[] = {
.name = "Philips TEA5761 FM Radio",
/* see tea5767.c for details */
},
+ [TUNER_PHILIPS_TDA8295] = { /* Philips PAL|NTSC */
+ .name = "tda8295+18271",
+ /* see tda8290.c for details */ },
};
unsigned const int tuner_count = ARRAY_SIZE(tuners);