diff options
author | Chris Pascoe <c.pascoe@itee.uq.edu.au> | 2006-08-10 02:17:42 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 11:30:32 -0400 |
commit | fc3398d8b317bebe542f57c65572d9b9f52112f7 (patch) | |
tree | 070706e3b365a5b8bef9017bd66624c8aa814597 | |
parent | 8fb957841b2f4311e6418dcbef24564e4cebb87d (diff) |
V4L/DVB (4496): Tuning tweaks for ZL10353
More register setup which improves the ZL10353's tuning characteristics.
Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/dvb/frontends/zl10353.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/zl10353.c b/drivers/media/dvb/frontends/zl10353.c index 84abbaf362fb..0e9b59af271e 100644 --- a/drivers/media/dvb/frontends/zl10353.c +++ b/drivers/media/dvb/frontends/zl10353.c | |||
@@ -140,6 +140,8 @@ static int zl10353_set_parameters(struct dvb_frontend *fe, | |||
140 | zl10353_single_write(fe, 0x5E, 0x00); | 140 | zl10353_single_write(fe, 0x5E, 0x00); |
141 | zl10353_single_write(fe, 0x65, 0x5A); | 141 | zl10353_single_write(fe, 0x65, 0x5A); |
142 | zl10353_single_write(fe, 0x66, 0xE9); | 142 | zl10353_single_write(fe, 0x66, 0xE9); |
143 | zl10353_single_write(fe, 0x6C, 0xCD); | ||
144 | zl10353_single_write(fe, 0x6D, 0x7E); | ||
143 | zl10353_single_write(fe, 0x62, 0x0A); | 145 | zl10353_single_write(fe, 0x62, 0x0A); |
144 | 146 | ||
145 | // if there is no attached secondary tuner, we call set_params to program | 147 | // if there is no attached secondary tuner, we call set_params to program |
@@ -168,6 +170,7 @@ static int zl10353_set_parameters(struct dvb_frontend *fe, | |||
168 | // even if there isn't a PLL attached to the secondary bus | 170 | // even if there isn't a PLL attached to the secondary bus |
169 | zl10353_write(fe, pllbuf, sizeof(pllbuf)); | 171 | zl10353_write(fe, pllbuf, sizeof(pllbuf)); |
170 | 172 | ||
173 | zl10353_single_write(fe, 0x5F, 0x13); | ||
171 | zl10353_single_write(fe, 0x70, 0x01); | 174 | zl10353_single_write(fe, 0x70, 0x01); |
172 | udelay(250); | 175 | udelay(250); |
173 | zl10353_single_write(fe, 0xE4, 0x00); | 176 | zl10353_single_write(fe, 0xE4, 0x00); |