diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-04-22 13:46:18 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:54 -0400 |
commit | 7b844d75dcbf48f22838df41b47d7b387533170f (patch) | |
tree | 2cffd04b0a2050eeb80b5665fe9be5e46f04ee82 /drivers/media/dvb/frontends | |
parent | 53f2dd33147c3040e56d4d7a99a876e07b2bc6ac (diff) |
V4L/DVB (7419): dvb-pll: remove support for Thomson FE6600
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends')
-rw-r--r-- | drivers/media/dvb/frontends/dvb-pll.c | 15 | ||||
-rw-r--r-- | drivers/media/dvb/frontends/dvb-pll.h | 1 |
2 files changed, 0 insertions, 16 deletions
diff --git a/drivers/media/dvb/frontends/dvb-pll.c b/drivers/media/dvb/frontends/dvb-pll.c index f50e1de2401b..b29505e75bb9 100644 --- a/drivers/media/dvb/frontends/dvb-pll.c +++ b/drivers/media/dvb/frontends/dvb-pll.c | |||
@@ -480,20 +480,6 @@ static struct dvb_pll_desc dvb_pll_philips_td1316 = { | |||
480 | }, | 480 | }, |
481 | }; | 481 | }; |
482 | 482 | ||
483 | /* FE6600 used on DViCO Hybrid */ | ||
484 | static struct dvb_pll_desc dvb_pll_thomson_fe6600 = { | ||
485 | .name = "Thomson FE6600", | ||
486 | .min = 44250000, | ||
487 | .max = 858000000, | ||
488 | .iffreq= 36125000, | ||
489 | .count = 4, | ||
490 | .entries = { | ||
491 | { 250000000, 166667, 0xb4, 0x12 }, | ||
492 | { 455000000, 166667, 0xfe, 0x11 }, | ||
493 | { 775500000, 166667, 0xbc, 0x18 }, | ||
494 | { 999999999, 166667, 0xf4, 0x18 }, | ||
495 | } | ||
496 | }; | ||
497 | 483 | ||
498 | static void opera1_bw(struct dvb_frontend *fe, u8 *buf, | 484 | static void opera1_bw(struct dvb_frontend *fe, u8 *buf, |
499 | const struct dvb_frontend_parameters *params) | 485 | const struct dvb_frontend_parameters *params) |
@@ -559,7 +545,6 @@ static struct dvb_pll_desc *pll_list[] = { | |||
559 | [DVB_PLL_SAMSUNG_TBMV] = &dvb_pll_samsung_tbmv, | 545 | [DVB_PLL_SAMSUNG_TBMV] = &dvb_pll_samsung_tbmv, |
560 | [DVB_PLL_PHILIPS_SD1878_TDA8261] = &dvb_pll_philips_sd1878_tda8261, | 546 | [DVB_PLL_PHILIPS_SD1878_TDA8261] = &dvb_pll_philips_sd1878_tda8261, |
561 | [DVB_PLL_PHILIPS_TD1316] = &dvb_pll_philips_td1316, | 547 | [DVB_PLL_PHILIPS_TD1316] = &dvb_pll_philips_td1316, |
562 | [DVB_PLL_THOMSON_FE6600] = &dvb_pll_thomson_fe6600, | ||
563 | [DVB_PLL_OPERA1] = &dvb_pll_opera1, | 548 | [DVB_PLL_OPERA1] = &dvb_pll_opera1, |
564 | [DVB_PLL_FCV1236D] = &dvb_pll_fcv1236d, | 549 | [DVB_PLL_FCV1236D] = &dvb_pll_fcv1236d, |
565 | }; | 550 | }; |
diff --git a/drivers/media/dvb/frontends/dvb-pll.h b/drivers/media/dvb/frontends/dvb-pll.h index f37f477d07f0..b4b6a7ec258c 100644 --- a/drivers/media/dvb/frontends/dvb-pll.h +++ b/drivers/media/dvb/frontends/dvb-pll.h | |||
@@ -25,7 +25,6 @@ | |||
25 | #define DVB_PLL_SAMSUNG_TBMV 17 | 25 | #define DVB_PLL_SAMSUNG_TBMV 17 |
26 | #define DVB_PLL_PHILIPS_SD1878_TDA8261 18 | 26 | #define DVB_PLL_PHILIPS_SD1878_TDA8261 18 |
27 | #define DVB_PLL_PHILIPS_TD1316 19 | 27 | #define DVB_PLL_PHILIPS_TD1316 19 |
28 | #define DVB_PLL_THOMSON_FE6600 20 | ||
29 | #define DVB_PLL_OPERA1 21 | 28 | #define DVB_PLL_OPERA1 21 |
30 | #define DVB_PLL_FCV1236D 22 | 29 | #define DVB_PLL_FCV1236D 22 |
31 | 30 | ||