summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/nxt200x.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/dvb/frontends/nxt200x.h')
-rw-r--r--linux/drivers/media/dvb/frontends/nxt200x.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/nxt200x.h b/linux/drivers/media/dvb/frontends/nxt200x.h
index 335451ca5..28bc5591b 100644
--- a/linux/drivers/media/dvb/frontends/nxt200x.h
+++ b/linux/drivers/media/dvb/frontends/nxt200x.h
@@ -38,8 +38,8 @@ struct nxt200x_config
/* the demodulator's i2c address */
u8 demod_address;
- /* TUV1236d need a different initialization */
- int is_tuv1236d:1;
+ /* used to set pll input */
+ int (*set_pll_input)(u8* buf, int input);
/* need to set device param for start_dma */
int (*set_ts_params)(struct dvb_frontend* fe, int is_punctured);