diff options
Diffstat (limited to 'v4l/or51132.h')
-rw-r--r-- | v4l/or51132.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/v4l/or51132.h b/v4l/or51132.h index 14a64add4..cb6540c6b 100644 --- a/v4l/or51132.h +++ b/v4l/or51132.h @@ -28,10 +28,17 @@ struct or51132_config { /* The demodulator's i2c address */ u8 demod_address; + u8 pll_address; + struct dvb_pll_desc *pll_desc; }; extern struct dvb_frontend* or51132_attach(const struct or51132_config* config, - struct i2c_adapter* i2c); + struct i2c_adapter* i2c); #endif // OR51132_H +/* + * Local variables: + * c-basic-offset: 8 + * End: + */ |