diff options
Diffstat (limited to 'drivers/media/dvb/frontends/s5h1420.h')
-rw-r--r-- | drivers/media/dvb/frontends/s5h1420.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/s5h1420.h b/drivers/media/dvb/frontends/s5h1420.h index b687fc77ceb3..872028ddf2a2 100644 --- a/drivers/media/dvb/frontends/s5h1420.h +++ b/drivers/media/dvb/frontends/s5h1420.h | |||
@@ -30,6 +30,9 @@ struct s5h1420_config | |||
30 | /* the demodulator's i2c address */ | 30 | /* the demodulator's i2c address */ |
31 | u8 demod_address; | 31 | u8 demod_address; |
32 | 32 | ||
33 | /* does the inversion require inversion? */ | ||
34 | u8 invert:1; | ||
35 | |||
33 | /* PLL maintenance */ | 36 | /* PLL maintenance */ |
34 | int (*pll_init)(struct dvb_frontend* fe); | 37 | int (*pll_init)(struct dvb_frontend* fe); |
35 | int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params, u32* freqout); | 38 | int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params, u32* freqout); |