]> err.no Git - linux-2.6/blobdiff - drivers/media/video/cx88/cx88-dvb.c
V4L/DVB (5633): Tuv1236d: move rf input switching code into dvb-pll
[linux-2.6] / drivers / media / video / cx88 / cx88-dvb.c
index 770ea64369ef3f2e25003a62cdd5e84022a63144..420c25f53bca2a8ff717744b05a9d49d01d75ee0 100644 (file)
@@ -366,18 +366,8 @@ static int nxt200x_set_ts_param(struct dvb_frontend* fe, int is_punctured)
        return 0;
 }
 
-static int nxt200x_set_pll_input(u8* buf, int input)
-{
-       if (input)
-               buf[3] |= 0x08;
-       else
-               buf[3] &= ~0x08;
-       return 0;
-}
-
 static struct nxt200x_config ati_hdtvwonder = {
        .demod_address = 0x0a,
-       .set_pll_input = nxt200x_set_pll_input,
        .set_ts_params = nxt200x_set_ts_param,
 };