diff options
author | Andreas Regel <andreas.regel@gmx.de> | 2009-11-13 16:16:44 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:41:29 -0500 |
commit | b4a4248d56a6985f5d37fc5a219ba0675fc6f503 (patch) | |
tree | fa45bffdd5547fe41ec2fec166c484a6459dbc36 /drivers/media/dvb/frontends/stv090x_priv.h | |
parent | b671a8d4b68626142a9a34da59c55396d2cf0ce9 (diff) |
V4L/DVB (13355): stv090x: fixes calculation of AGC2 and uses a different AGC2 threshold for cut 3 chips
Signed-off-by: Andreas Regel <andreas.regel@gmx.de>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stv090x_priv.h')
-rw-r--r-- | drivers/media/dvb/frontends/stv090x_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/stv090x_priv.h b/drivers/media/dvb/frontends/stv090x_priv.h index 5a4a01740d88..5696816b88a4 100644 --- a/drivers/media/dvb/frontends/stv090x_priv.h +++ b/drivers/media/dvb/frontends/stv090x_priv.h | |||
@@ -83,7 +83,7 @@ | |||
83 | 83 | ||
84 | #define STV090x_IQPOWER_THRESHOLD 30 | 84 | #define STV090x_IQPOWER_THRESHOLD 30 |
85 | #define STV090x_SEARCH_AGC2_TH_CUT20 700 | 85 | #define STV090x_SEARCH_AGC2_TH_CUT20 700 |
86 | #define STV090x_SEARCH_AGC2_TH_CUT30 1200 | 86 | #define STV090x_SEARCH_AGC2_TH_CUT30 1400 |
87 | 87 | ||
88 | #define STV090x_SEARCH_AGC2_TH(__ver) \ | 88 | #define STV090x_SEARCH_AGC2_TH(__ver) \ |
89 | ((__ver <= 0x20) ? \ | 89 | ((__ver <= 0x20) ? \ |