diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-10-27 12:09:16 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:01:30 -0500 |
commit | 0b5f4a12e628893624b478523fb4e2708c605710 (patch) | |
tree | 41e3ec34f6c2c81063f36d10c224d7e6cfb0f59d /include/media | |
parent | 8c125f2ceb3ec1ba01e96fffd8558ef163b40fe8 (diff) |
V4L/DVB (6469): tuner: remove TUNER_PHILIPS_TDA8295
TUNER_PHILIPS_TDA8290 will autodetect a TDA8290 or a TDA8295,
so we don't need this separate entry anymore.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/tuner.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/tuner.h b/include/media/tuner.h index faacd2d50b72..d49392d90e56 100644 --- a/include/media/tuner.h +++ b/include/media/tuner.h | |||
@@ -124,8 +124,6 @@ extern int tuner_debug; | |||
124 | #define TUNER_TDA9887 74 /* This tuner should be used only internally */ | 124 | #define TUNER_TDA9887 74 /* This tuner should be used only internally */ |
125 | #define TUNER_TEA5761 75 /* Only FM Radio Tuner */ | 125 | #define TUNER_TEA5761 75 /* Only FM Radio Tuner */ |
126 | 126 | ||
127 | #define TUNER_PHILIPS_TDA8295 76 | ||
128 | |||
129 | /* tv card specific */ | 127 | /* tv card specific */ |
130 | #define TDA9887_PRESENT (1<<0) | 128 | #define TDA9887_PRESENT (1<<0) |
131 | #define TDA9887_PORT1_INACTIVE (1<<1) | 129 | #define TDA9887_PORT1_INACTIVE (1<<1) |