aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/stv6110.h
diff options
context:
space:
mode:
authorAbylay Ospan <aospan@netup.ru>2009-10-17 08:23:00 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-05 18:41:23 -0200
commit873688cd30294412e185ba39f8487e3eed0f692d (patch)
tree118cfaef5829cb8ace6de57d2d51f0f87243afca /drivers/media/dvb/frontends/stv6110.h
parentadcd8de6de36f67241a5c3562f2ef1d5998b30a9 (diff)
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.h1
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 @@
struct stv6110_config {
u8 i2c_address;
u32 mclk;
+ u8 gain;
u8 clk_div; /* divisor value for the output clock */
};