summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-02-17 10:01:48 -0500
committerMichael Krufky <mkrufky@linuxtv.org>2008-02-17 10:01:48 -0500
commitb403874cbdfd087977c999926197837a2f8ffcb9 (patch)
treedc2dbdb924ed289adb6a4d59b5faaf82bee33faa
parent51db061aafac59ff100321ffba3e71a07ed0af6d (diff)
downloadmediapointer-dvb-s2-b403874cbdfd087977c999926197837a2f8ffcb9.tar.gz
mediapointer-dvb-s2-b403874cbdfd087977c999926197837a2f8ffcb9.tar.bz2
dvb-pll: remove support for Philips TD1316
From: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-rw-r--r--linux/drivers/media/dvb/frontends/dvb-pll.c4
-rw-r--r--linux/drivers/media/dvb/frontends/dvb-pll.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/dvb-pll.c b/linux/drivers/media/dvb/frontends/dvb-pll.c
index a42ba42a4..757b106b0 100644
--- a/linux/drivers/media/dvb/frontends/dvb-pll.c
+++ b/linux/drivers/media/dvb/frontends/dvb-pll.c
@@ -485,6 +485,7 @@ static struct dvb_pll_desc dvb_pll_philips_sd1878_tda8261 = {
},
};
+#if 0
/*
* Philips TD1316 Tuner.
*/
@@ -527,6 +528,7 @@ static struct dvb_pll_desc dvb_pll_philips_td1316 = {
{ 858834000, 166667, 0xca, 0xe0},
},
};
+#endif
#if 0
/* FE6600 used on DViCO Hybrid */
@@ -621,8 +623,8 @@ static struct dvb_pll_desc *pll_list[] = {
[DVB_PLL_TDHU2] = &dvb_pll_tdhu2,
[DVB_PLL_SAMSUNG_TBMV] = &dvb_pll_samsung_tbmv,
[DVB_PLL_PHILIPS_SD1878_TDA8261] = &dvb_pll_philips_sd1878_tda8261,
- [DVB_PLL_PHILIPS_TD1316] = &dvb_pll_philips_td1316,
#if 0
+ [DVB_PLL_PHILIPS_TD1316] = &dvb_pll_philips_td1316,
[DVB_PLL_THOMSON_FE6600] = &dvb_pll_thomson_fe6600,
#endif
[DVB_PLL_OPERA1] = &dvb_pll_opera1,
diff --git a/linux/drivers/media/dvb/frontends/dvb-pll.h b/linux/drivers/media/dvb/frontends/dvb-pll.h
index ba8cc5a8d..a7bf28b1a 100644
--- a/linux/drivers/media/dvb/frontends/dvb-pll.h
+++ b/linux/drivers/media/dvb/frontends/dvb-pll.h
@@ -35,8 +35,8 @@
#define DVB_PLL_TDHU2 16
#define DVB_PLL_SAMSUNG_TBMV 17
#define DVB_PLL_PHILIPS_SD1878_TDA8261 18
-#define DVB_PLL_PHILIPS_TD1316 19
#if 0
+#define DVB_PLL_PHILIPS_TD1316 19
#define DVB_PLL_THOMSON_FE6600 20
#endif
#define DVB_PLL_OPERA1 21