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 /drivers | |
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 'drivers')
-rw-r--r-- | drivers/media/video/tuner-core.c | 1 | ||||
-rw-r--r-- | drivers/media/video/tuner-types.c | 5 | ||||
-rw-r--r-- | drivers/media/video/tveeprom.c | 2 |
3 files changed, 2 insertions, 6 deletions
diff --git a/drivers/media/video/tuner-core.c b/drivers/media/video/tuner-core.c index 6ab57ec3f5a3..600174239d09 100644 --- a/drivers/media/video/tuner-core.c +++ b/drivers/media/video/tuner-core.c | |||
@@ -295,7 +295,6 @@ static void set_type(struct i2c_client *c, unsigned int type, | |||
295 | microtune_attach(&t->fe, t->i2c.adapter, t->i2c.addr); | 295 | microtune_attach(&t->fe, t->i2c.adapter, t->i2c.addr); |
296 | break; | 296 | break; |
297 | case TUNER_PHILIPS_TDA8290: | 297 | case TUNER_PHILIPS_TDA8290: |
298 | case TUNER_PHILIPS_TDA8295: | ||
299 | { | 298 | { |
300 | tda829x_attach(t); | 299 | tda829x_attach(t); |
301 | break; | 300 | break; |
diff --git a/drivers/media/video/tuner-types.c b/drivers/media/video/tuner-types.c index 4a674c436cf4..e2cd05a05802 100644 --- a/drivers/media/video/tuner-types.c +++ b/drivers/media/video/tuner-types.c | |||
@@ -1366,7 +1366,7 @@ struct tunertype tuners[] = { | |||
1366 | .count = ARRAY_SIZE(tuner_philips_fq1286_params), | 1366 | .count = ARRAY_SIZE(tuner_philips_fq1286_params), |
1367 | }, | 1367 | }, |
1368 | [TUNER_PHILIPS_TDA8290] = { /* Philips PAL|NTSC */ | 1368 | [TUNER_PHILIPS_TDA8290] = { /* Philips PAL|NTSC */ |
1369 | .name = "tda8290+75", | 1369 | .name = "Philips/NXP TDA 8290/8295 + 8275/8275A/18271", |
1370 | /* see tda8290.c for details */ }, | 1370 | /* see tda8290.c for details */ }, |
1371 | [TUNER_TCL_2002MB] = { /* TCL PAL */ | 1371 | [TUNER_TCL_2002MB] = { /* TCL PAL */ |
1372 | .name = "TCL 2002MB", | 1372 | .name = "TCL 2002MB", |
@@ -1475,9 +1475,6 @@ struct tunertype tuners[] = { | |||
1475 | .name = "Philips TEA5761 FM Radio", | 1475 | .name = "Philips TEA5761 FM Radio", |
1476 | /* see tea5767.c for details */ | 1476 | /* see tea5767.c for details */ |
1477 | }, | 1477 | }, |
1478 | [TUNER_PHILIPS_TDA8295] = { /* Philips PAL|NTSC */ | ||
1479 | .name = "tda8295+18271", | ||
1480 | /* see tda8290.c for details */ }, | ||
1481 | }; | 1478 | }; |
1482 | 1479 | ||
1483 | unsigned const int tuner_count = ARRAY_SIZE(tuners); | 1480 | unsigned const int tuner_count = ARRAY_SIZE(tuners); |
diff --git a/drivers/media/video/tveeprom.c b/drivers/media/video/tveeprom.c index 27bfe6d3a33c..0faa14992353 100644 --- a/drivers/media/video/tveeprom.c +++ b/drivers/media/video/tveeprom.c | |||
@@ -257,7 +257,7 @@ hauppauge_tuner[] = | |||
257 | { TUNER_ABSENT, "LG TAPQ_H702F"}, | 257 | { TUNER_ABSENT, "LG TAPQ_H702F"}, |
258 | { TUNER_ABSENT, "TCL M09WPP_4N_E"}, | 258 | { TUNER_ABSENT, "TCL M09WPP_4N_E"}, |
259 | { TUNER_ABSENT, "MaxLinear MXL5005_v2"}, | 259 | { TUNER_ABSENT, "MaxLinear MXL5005_v2"}, |
260 | { TUNER_PHILIPS_TDA8295, "Philips 18271_8295"}, | 260 | { TUNER_PHILIPS_TDA8290, "Philips 18271_8295"}, |
261 | }; | 261 | }; |
262 | 262 | ||
263 | static struct HAUPPAUGE_AUDIOIC | 263 | static struct HAUPPAUGE_AUDIOIC |