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 | 89418750f71b5b9bed7bd2bd8572fc54b049e1d5 (patch) | |
tree | b9a2ae31ae506795aefaabb3d3a54b6234b3af11 /drivers/media/dvb | |
parent | 7b844d75dcbf48f22838df41b47d7b387533170f (diff) |
V4L/DVB (7420): dvb-pll: remove support for Philips FCV1236D
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r-- | drivers/media/dvb/frontends/dvb-pll.c | 18 | ||||
-rw-r--r-- | drivers/media/dvb/frontends/dvb-pll.h | 1 |
2 files changed, 0 insertions, 19 deletions
diff --git a/drivers/media/dvb/frontends/dvb-pll.c b/drivers/media/dvb/frontends/dvb-pll.c index b29505e75bb9..60801f75edb6 100644 --- a/drivers/media/dvb/frontends/dvb-pll.c +++ b/drivers/media/dvb/frontends/dvb-pll.c | |||
@@ -507,23 +507,6 @@ static struct dvb_pll_desc dvb_pll_opera1 = { | |||
507 | } | 507 | } |
508 | }; | 508 | }; |
509 | 509 | ||
510 | /* Philips FCV1236D | ||
511 | */ | ||
512 | static struct dvb_pll_desc dvb_pll_fcv1236d = { | ||
513 | /* Bit_0: RF Input select | ||
514 | * Bit_1: 0=digital, 1=analog | ||
515 | */ | ||
516 | .name = "Philips FCV1236D", | ||
517 | .min = 53000000, | ||
518 | .max = 803000000, | ||
519 | .iffreq= 44000000, | ||
520 | .count = 3, | ||
521 | .entries = { | ||
522 | { 159000000, 62500, 0x8e, 0xa0 }, | ||
523 | { 453000000, 62500, 0x8e, 0x90 }, | ||
524 | { 999999999, 62500, 0x8e, 0x30 }, | ||
525 | }, | ||
526 | }; | ||
527 | 510 | ||
528 | /* ----------------------------------------------------------- */ | 511 | /* ----------------------------------------------------------- */ |
529 | 512 | ||
@@ -546,7 +529,6 @@ static struct dvb_pll_desc *pll_list[] = { | |||
546 | [DVB_PLL_PHILIPS_SD1878_TDA8261] = &dvb_pll_philips_sd1878_tda8261, | 529 | [DVB_PLL_PHILIPS_SD1878_TDA8261] = &dvb_pll_philips_sd1878_tda8261, |
547 | [DVB_PLL_PHILIPS_TD1316] = &dvb_pll_philips_td1316, | 530 | [DVB_PLL_PHILIPS_TD1316] = &dvb_pll_philips_td1316, |
548 | [DVB_PLL_OPERA1] = &dvb_pll_opera1, | 531 | [DVB_PLL_OPERA1] = &dvb_pll_opera1, |
549 | [DVB_PLL_FCV1236D] = &dvb_pll_fcv1236d, | ||
550 | }; | 532 | }; |
551 | 533 | ||
552 | /* ----------------------------------------------------------- */ | 534 | /* ----------------------------------------------------------- */ |
diff --git a/drivers/media/dvb/frontends/dvb-pll.h b/drivers/media/dvb/frontends/dvb-pll.h index b4b6a7ec258c..df9aab9bd497 100644 --- a/drivers/media/dvb/frontends/dvb-pll.h +++ b/drivers/media/dvb/frontends/dvb-pll.h | |||
@@ -26,7 +26,6 @@ | |||
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_OPERA1 21 | 28 | #define DVB_PLL_OPERA1 21 |
29 | #define DVB_PLL_FCV1236D 22 | ||
30 | 29 | ||
31 | /** | 30 | /** |
32 | * Attach a dvb-pll to the supplied frontend structure. | 31 | * Attach a dvb-pll to the supplied frontend structure. |