aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners
diff options
context:
space:
mode:
authorBenjamin Larsson <benjamin@southpole.se>2015-01-12 14:10:03 -0500
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-04-08 06:14:19 -0400
commitd03b550910e6ad99a56b0d3a17163df13810e816 (patch)
treef68ddb412011d7a19d72628f17b9937acfee31b5 /drivers/media/tuners
parent021cd2d21b5d68d6e7c1edb468e990e1c0caf6fb (diff)
[media] r820t: add settings for SYS_DVBC_ANNEX_C standard
Signed-off-by: Benjamin Larsson <benjamin@southpole.se> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/tuners')
-rw-r--r--drivers/media/tuners/r820t.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/media/tuners/r820t.c b/drivers/media/tuners/r820t.c
index eaaf1dc9dfa8..03f515c00a05 100644
--- a/drivers/media/tuners/r820t.c
+++ b/drivers/media/tuners/r820t.c
@@ -984,6 +984,18 @@ static int r820t_set_tv_standard(struct r820t_priv *priv,
984 lt_att = 0x00; /* r31[7], lt att enable */ 984 lt_att = 0x00; /* r31[7], lt att enable */
985 flt_ext_widest = 0x00; /* r15[7]: flt_ext_wide off */ 985 flt_ext_widest = 0x00; /* r15[7]: flt_ext_wide off */
986 polyfil_cur = 0x60; /* r25[6:5]:min */ 986 polyfil_cur = 0x60; /* r25[6:5]:min */
987 } else if (delsys == SYS_DVBC_ANNEX_C) {
988 if_khz = 4063;
989 filt_cal_lo = 55000;
990 filt_gain = 0x10; /* +3db, 6mhz on */
991 img_r = 0x00; /* image negative */
992 filt_q = 0x10; /* r10[4]:low q(1'b1) */
993 hp_cor = 0x6a; /* 1.7m disable, +0cap, 1.0mhz */
994 ext_enable = 0x40; /* r30[6]=1 ext enable; r30[5]:1 ext at lna max-1 */
995 loop_through = 0x00; /* r5[7], lt on */
996 lt_att = 0x00; /* r31[7], lt att enable */
997 flt_ext_widest = 0x80; /* r15[7]: flt_ext_wide on */
998 polyfil_cur = 0x60; /* r25[6:5]:min */
987 } else { 999 } else {
988 if (bw <= 6) { 1000 if (bw <= 6) {
989 if_khz = 3570; 1001 if_khz = 3570;