diff options
author | Arvo Jarve <arvo@softshark.ee> | 2007-10-30 08:46:04 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 14:53:20 -0500 |
commit | b2fe5c6b01f1e44fff0a5d298457a9c9262c997a (patch) | |
tree | a088b811783bc18b3847427c8610c779b428a973 /drivers | |
parent | ac8fdc47cc86ff11457812893f31b0ff7c447788 (diff) |
V4L/DVB (9432): Increment the AGC1 and AGC2 gain respectively, improves sensitivity slightly
Signed-off-by: Arvo Jarve <arvo@softshark.ee>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/dvb/ttpci/budget-av.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/ttpci/budget-av.c b/drivers/media/dvb/ttpci/budget-av.c index 6b5f8854042c..a316a8e78d25 100644 --- a/drivers/media/dvb/ttpci/budget-av.c +++ b/drivers/media/dvb/ttpci/budget-av.c | |||
@@ -1162,10 +1162,10 @@ static const struct stb0899_s1_reg knc1_stb0899_s1_init_3[] = { | |||
1162 | { STB0899_DEMOD , 0x00 }, | 1162 | { STB0899_DEMOD , 0x00 }, |
1163 | { STB0899_RCOMPC , 0xc9 }, | 1163 | { STB0899_RCOMPC , 0xc9 }, |
1164 | { STB0899_AGC1CN , 0x41 }, | 1164 | { STB0899_AGC1CN , 0x41 }, |
1165 | { STB0899_AGC1REF , 0x10 }, | 1165 | { STB0899_AGC1REF , 0x08 }, |
1166 | { STB0899_RTC , 0x7a }, | 1166 | { STB0899_RTC , 0x7a }, |
1167 | { STB0899_TMGCFG , 0x4e }, | 1167 | { STB0899_TMGCFG , 0x4e }, |
1168 | { STB0899_AGC2REF , 0x34 }, | 1168 | { STB0899_AGC2REF , 0x33 }, |
1169 | { STB0899_TLSR , 0x84 }, | 1169 | { STB0899_TLSR , 0x84 }, |
1170 | { STB0899_CFD , 0xee }, | 1170 | { STB0899_CFD , 0xee }, |
1171 | { STB0899_ACLC , 0x87 }, | 1171 | { STB0899_ACLC , 0x87 }, |