aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/frontends/dvb-pll.c18
-rw-r--r--drivers/media/dvb/frontends/dvb-pll.h1
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 */
512static 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.