diff options
author | Michael Krufky <devnull@localhost> | 2005-06-22 06:48:58 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-06-22 06:48:58 +0000 |
commit | cff51b473649f36e65c11f9b23c55268e98e2a82 (patch) | |
tree | 59451066a53e08a042fdb5bbc3407fe520048353 /v4l/lgdt3302.h | |
parent | 9de7599a117b306041ba05b47e0dd9cff2841579 (diff) | |
download | mediapointer-dvb-s2-cff51b473649f36e65c11f9b23c55268e98e2a82.tar.gz mediapointer-dvb-s2-cff51b473649f36e65c11f9b23c55268e98e2a82.tar.bz2 |
lgdt3302*.* - Cleanup whitespace etc.
Diffstat (limited to 'v4l/lgdt3302.h')
-rw-r--r-- | v4l/lgdt3302.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/v4l/lgdt3302.h b/v4l/lgdt3302.h index ad32c491a..15b4a5d4c 100644 --- a/v4l/lgdt3302.h +++ b/v4l/lgdt3302.h @@ -1,5 +1,5 @@ /* - * $Id: lgdt3302.h,v 1.2 2005/06/18 01:32:25 mkrufky Exp $ + * $Id: lgdt3302.h,v 1.3 2005/06/22 06:48:58 mkrufky Exp $ * * Support for LGDT3302 (DViCO FustionHDTV 3 Gold) - VSB/QAM * @@ -28,19 +28,19 @@ struct lgdt3302_config { - /* The demodulator's i2c address */ - u8 demod_address; - u8 pll_address; - struct dvb_pll_desc *pll_desc; - - /* Need to set device param for start_dma */ - int (*set_ts_params)(struct dvb_frontend* fe, int is_punctured); + /* The demodulator's i2c address */ + u8 demod_address; + u8 pll_address; + struct dvb_pll_desc *pll_desc; + + /* Need to set device param for start_dma */ + int (*set_ts_params)(struct dvb_frontend* fe, int is_punctured); }; extern struct dvb_frontend* lgdt3302_attach(const struct lgdt3302_config* config, struct i2c_adapter* i2c); -#endif // LGDT3302_H +#endif /* LGDT3302_H */ /* * Local variables: |