diff options
Diffstat (limited to 'drivers/media/dvb/frontends/stv0900.h')
-rw-r--r-- | drivers/media/dvb/frontends/stv0900.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/stv0900.h b/drivers/media/dvb/frontends/stv0900.h index bf4e9b633044..29c3fa85c227 100644 --- a/drivers/media/dvb/frontends/stv0900.h +++ b/drivers/media/dvb/frontends/stv0900.h | |||
@@ -36,6 +36,7 @@ struct stv0900_reg { | |||
36 | 36 | ||
37 | struct stv0900_config { | 37 | struct stv0900_config { |
38 | u8 demod_address; | 38 | u8 demod_address; |
39 | u8 demod_mode; | ||
39 | u32 xtal; | 40 | u32 xtal; |
40 | u8 clkmode;/* 0 for CLKI, 2 for XTALI */ | 41 | u8 clkmode;/* 0 for CLKI, 2 for XTALI */ |
41 | 42 | ||
@@ -48,6 +49,8 @@ struct stv0900_config { | |||
48 | u8 tun2_maddress; | 49 | u8 tun2_maddress; |
49 | u8 tun1_adc;/* 1 for stv6110, 2 for stb6100 */ | 50 | u8 tun1_adc;/* 1 for stv6110, 2 for stb6100 */ |
50 | u8 tun2_adc; | 51 | u8 tun2_adc; |
52 | /* Set device param to start dma */ | ||
53 | int (*set_ts_params)(struct dvb_frontend *fe, int is_punctured); | ||
51 | }; | 54 | }; |
52 | 55 | ||
53 | #if defined(CONFIG_DVB_STV0900) || (defined(CONFIG_DVB_STV0900_MODULE) \ | 56 | #if defined(CONFIG_DVB_STV0900) || (defined(CONFIG_DVB_STV0900_MODULE) \ |