V4L/DVB (7425): dvb-pll: remove dead code
remove #if 0'd support for: Philips TUV1236D Philips TD1316 Philips FMD1216ME LG TDVS-H06xF Philips FCV1236D Thomson FE6600 Microtune 4042 FI5 Thomson dtt761x Support for these tuners has been moved into the 'tuner-simple' module. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
b7f81b2058
commit
5e8556de79
@@ -80,7 +80,6 @@ struct dvb_pll_desc {
|
|||||||
/* ----------------------------------------------------------- */
|
/* ----------------------------------------------------------- */
|
||||||
/* descriptions */
|
/* descriptions */
|
||||||
|
|
||||||
|
|
||||||
static struct dvb_pll_desc dvb_pll_thomson_dtt7579 = {
|
static struct dvb_pll_desc dvb_pll_thomson_dtt7579 = {
|
||||||
.name = "Thomson dtt7579",
|
.name = "Thomson dtt7579",
|
||||||
.min = 177000000,
|
.min = 177000000,
|
||||||
@@ -96,7 +95,6 @@ static struct dvb_pll_desc dvb_pll_thomson_dtt7579 = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
static void thomson_dtt759x_bw(struct dvb_frontend *fe, u8 *buf,
|
static void thomson_dtt759x_bw(struct dvb_frontend *fe, u8 *buf,
|
||||||
const struct dvb_frontend_parameters *params)
|
const struct dvb_frontend_parameters *params)
|
||||||
{
|
{
|
||||||
@@ -137,7 +135,6 @@ static struct dvb_pll_desc dvb_pll_lg_z201 = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
static struct dvb_pll_desc dvb_pll_unknown_1 = {
|
static struct dvb_pll_desc dvb_pll_unknown_1 = {
|
||||||
.name = "unknown 1", /* used by dntv live dvb-t */
|
.name = "unknown 1", /* used by dntv live dvb-t */
|
||||||
.min = 174000000,
|
.min = 174000000,
|
||||||
@@ -246,7 +243,6 @@ static struct dvb_pll_desc dvb_pll_tua6034 = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/* ALPS TDED4
|
/* ALPS TDED4
|
||||||
* used in Nebula-Cards and USB boxes
|
* used in Nebula-Cards and USB boxes
|
||||||
*/
|
*/
|
||||||
@@ -289,7 +285,6 @@ static struct dvb_pll_desc dvb_pll_tdhu2 = {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/* Samsung TBMV30111IN / TBMV30712IN1
|
/* Samsung TBMV30111IN / TBMV30712IN1
|
||||||
* used in Air2PC ATSC - 2nd generation (nxt2002)
|
* used in Air2PC ATSC - 2nd generation (nxt2002)
|
||||||
*/
|
*/
|
||||||
@@ -326,8 +321,6 @@ static struct dvb_pll_desc dvb_pll_philips_sd1878_tda8261 = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static void opera1_bw(struct dvb_frontend *fe, u8 *buf,
|
static void opera1_bw(struct dvb_frontend *fe, u8 *buf,
|
||||||
const struct dvb_frontend_parameters *params)
|
const struct dvb_frontend_parameters *params)
|
||||||
{
|
{
|
||||||
@@ -354,7 +347,6 @@ static struct dvb_pll_desc dvb_pll_opera1 = {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/* ----------------------------------------------------------- */
|
/* ----------------------------------------------------------- */
|
||||||
|
|
||||||
static struct dvb_pll_desc *pll_list[] = {
|
static struct dvb_pll_desc *pll_list[] = {
|
||||||
|
Reference in New Issue
Block a user