aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/mb86a20s.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2013-01-14 12:12:10 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-01-22 05:14:03 -0500
commitce77d120ed24d44aa020bde61f32bbdabb9ed596 (patch)
tree4315c714ef71fa366d8595402e4d3c7383799b89 /drivers/media/dvb-frontends/mb86a20s.c
parentfd53744efea8bf845dc54bd3095be6203b1b07a1 (diff)
[media] mb86a20s: make AGC work better
It is recommented to change register 0x0440 value to 0, in order to fix some AGC bug. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb-frontends/mb86a20s.c')
-rw-r--r--drivers/media/dvb-frontends/mb86a20s.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/mb86a20s.c b/drivers/media/dvb-frontends/mb86a20s.c
index 3c8587e38a05..40c61838c61d 100644
--- a/drivers/media/dvb-frontends/mb86a20s.c
+++ b/drivers/media/dvb-frontends/mb86a20s.c
@@ -126,7 +126,8 @@ static struct regdata mb86a20s_init[] = {
126 { 0x50, 0xd7 }, { 0x51, 0x3f }, 126 { 0x50, 0xd7 }, { 0x51, 0x3f },
127 { 0x28, 0x74 }, { 0x29, 0x00 }, { 0x28, 0x74 }, { 0x29, 0x40 }, 127 { 0x28, 0x74 }, { 0x29, 0x00 }, { 0x28, 0x74 }, { 0x29, 0x40 },
128 { 0x28, 0x46 }, { 0x29, 0x2c }, { 0x28, 0x46 }, { 0x29, 0x0c }, 128 { 0x28, 0x46 }, { 0x29, 0x2c }, { 0x28, 0x46 }, { 0x29, 0x0c },
129 { 0x04, 0x40 }, { 0x05, 0x01 }, 129
130 { 0x04, 0x40 }, { 0x05, 0x00 },
130 { 0x28, 0x00 }, { 0x29, 0x10 }, 131 { 0x28, 0x00 }, { 0x29, 0x10 },
131 { 0x28, 0x05 }, { 0x29, 0x02 }, 132 { 0x28, 0x05 }, { 0x29, 0x02 },
132 { 0x1c, 0x01 }, 133 { 0x1c, 0x01 },