]> err.no Git - linux-2.6/blobdiff - drivers/media/dvb/frontends/cx24123.h
V4L/DVB (4012): Fix cx24123 diseqc
[linux-2.6] / drivers / media / dvb / frontends / cx24123.h
index 7ec4ee856014a4c753ed922515c29f4f03e95d16..9606f825935c8341f53b760e9c91f06e4146e9a8 100644 (file)
@@ -28,17 +28,8 @@ struct cx24123_config
        /* the demodulator's i2c address */
        u8 demod_address;
 
-       /*
-          cards like Hauppauge Nova-S Plus/Nova-SE2 use an Intersil ISL6421 chip
-          for LNB control, while KWorld DVB-S 100 use the LNBDC and LNBTone bits
-          from register 0x29 of the CX24123 demodulator
-       */
-       int use_isl6421;
-
        /* Need to set device param for start_dma */
        int (*set_ts_params)(struct dvb_frontend* fe, int is_punctured);
-
-       void (*enable_lnb_voltage)(struct dvb_frontend* fe, int on);
 };
 
 extern struct dvb_frontend* cx24123_attach(const struct cx24123_config* config,