diff options
Diffstat (limited to 'drivers/media/dvb/frontends/stv6110.h')
-rw-r--r-- | drivers/media/dvb/frontends/stv6110.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/stv6110.h b/drivers/media/dvb/frontends/stv6110.h index 9db2402410f..fe71bba6a26 100644 --- a/drivers/media/dvb/frontends/stv6110.h +++ b/drivers/media/dvb/frontends/stv6110.h | |||
@@ -41,6 +41,7 @@ | |||
41 | struct stv6110_config { | 41 | struct stv6110_config { |
42 | u8 i2c_address; | 42 | u8 i2c_address; |
43 | u32 mclk; | 43 | u32 mclk; |
44 | u8 gain; | ||
44 | u8 clk_div; /* divisor value for the output clock */ | 45 | u8 clk_div; /* divisor value for the output clock */ |
45 | }; | 46 | }; |
46 | 47 | ||