diff options
author | Benjamin Larsson <benjamin@southpole.se> | 2015-01-12 16:10:02 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-04-08 07:14:50 -0300 |
commit | 275350a0467ef50c3d9a820fe7a45a9c01a69d18 (patch) | |
tree | fcae6f270dde37815773f88be798882da8a811e2 /drivers/media/tuners/r820t.c | |
parent | d03b550910e6ad99a56b0d3a17163df13810e816 (diff) | |
download | blackbird-obmc-linux-275350a0467ef50c3d9a820fe7a45a9c01a69d18.tar.gz blackbird-obmc-linux-275350a0467ef50c3d9a820fe7a45a9c01a69d18.zip |
[media] r820t: enable flt_ext_wide for SYS_DVBC_ANNEX_A 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/r820t.c')
-rw-r--r-- | drivers/media/tuners/r820t.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/tuners/r820t.c b/drivers/media/tuners/r820t.c index 03f515c00a05..71159a58860f 100644 --- a/drivers/media/tuners/r820t.c +++ b/drivers/media/tuners/r820t.c @@ -970,7 +970,7 @@ static int r820t_set_tv_standard(struct r820t_priv *priv, ext_enable = 0x40; /* r30[6], ext enable; r30[5]:0 ext at lna max */ loop_through = 0x00; /* r5[7], lt on */ lt_att = 0x00; /* r31[7], lt att enable */ - flt_ext_widest = 0x00; /* r15[7]: flt_ext_wide off */ + flt_ext_widest = 0x80; /* r15[7]: flt_ext_wide on */ polyfil_cur = 0x60; /* r25[6:5]:min */ } else if (delsys == SYS_DVBC_ANNEX_A) { if_khz = 5070; |