aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
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 /include/media
parentV4L/DVB (6434): tda827x: fix GPL export on attach function (diff)
downloadlinux-dev-5bea1cd3871351d70cc7624af138f8aa68b7be77.tar.xz
linux-dev-5bea1cd3871351d70cc7624af138f8aa68b7be77.zip
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 'include/media')
-rw-r--r--include/media/tuner.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/tuner.h b/include/media/tuner.h
index d49392d90e56..faacd2d50b72 100644
--- a/include/media/tuner.h
+++ b/include/media/tuner.h
@@ -124,6 +124,8 @@ extern int tuner_debug;
#define TUNER_TDA9887 74 /* This tuner should be used only internally */
#define TUNER_TEA5761 75 /* Only FM Radio Tuner */
+#define TUNER_PHILIPS_TDA8295 76
+
/* tv card specific */
#define TDA9887_PRESENT (1<<0)
#define TDA9887_PORT1_INACTIVE (1<<1)