diff options
author | Abylay Ospan <aospan@netup.ru> | 2009-10-17 15:23:00 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 23:41:23 +0300 |
commit | 873688cd30294412e185ba39f8487e3eed0f692d (patch) | |
tree | 118cfaef5829cb8ace6de57d2d51f0f87243afca /drivers/media/dvb/frontends/stv6110.h | |
parent | adcd8de6de36f67241a5c3562f2ef1d5998b30a9 (diff) | |
download | linux-873688cd30294412e185ba39f8487e3eed0f692d.tar.xz |
V4L/DVB (13334): stv6110: add configurable gain
It has positive effect for NetUP Dual DVB-S2 CI card.
Signed-off-by: Abylay Ospan <aospan@netup.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
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 9db2402410f6..fe71bba6a26e 100644 --- a/drivers/media/dvb/frontends/stv6110.h +++ b/drivers/media/dvb/frontends/stv6110.h @@ -41,6 +41,7 @@ struct stv6110_config { u8 i2c_address; u32 mclk; + u8 gain; u8 clk_div; /* divisor value for the output clock */ }; |