|
@@ -32,10 +32,10 @@ struct tda1004x_config
|
|
u8 demod_address;
|
|
u8 demod_address;
|
|
|
|
|
|
/* does the "inversion" need inverted? */
|
|
/* does the "inversion" need inverted? */
|
|
- u8 invert:1;
|
|
|
|
|
|
+ u8 invert;
|
|
|
|
|
|
/* Does the OCLK signal need inverted? */
|
|
/* Does the OCLK signal need inverted? */
|
|
- u8 invert_oclk:1;
|
|
|
|
|
|
+ u8 invert_oclk;
|
|
|
|
|
|
/* PLL maintenance */
|
|
/* PLL maintenance */
|
|
int (*pll_init)(struct dvb_frontend* fe);
|
|
int (*pll_init)(struct dvb_frontend* fe);
|