diff options
Diffstat (limited to 'linux/drivers/media/dvb/frontends/lgdt3302.h')
-rw-r--r-- | linux/drivers/media/dvb/frontends/lgdt3302.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/lgdt3302.h b/linux/drivers/media/dvb/frontends/lgdt3302.h index 6db75bbc8..327c47e59 100644 --- a/linux/drivers/media/dvb/frontends/lgdt3302.h +++ b/linux/drivers/media/dvb/frontends/lgdt3302.h @@ -28,8 +28,9 @@ struct lgdt3302_config { /* The demodulator's i2c address */ u8 demod_address; - u8 pll_address; - struct dvb_pll_desc *pll_desc; + + /* PLL interface */ + int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params, u8* pll_address); /* Need to set device param for start_dma */ int (*set_ts_params)(struct dvb_frontend* fe, int is_punctured); |