Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37407
b: refs/heads/master
c: fc3398d
h: refs/heads/master
i:
  37405: 46c8131
  37403: 1edbd64
  37399: 1a3600e
  37391: 1c16ab0
  37375: ed12fbb
v: v3
  • Loading branch information
Chris Pascoe authored and Mauro Carvalho Chehab committed Sep 26, 2006
1 parent f8a24bb commit b329fda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8fb957841b2f4311e6418dcbef24564e4cebb87d
refs/heads/master: fc3398d8b317bebe542f57c65572d9b9f52112f7
3 changes: 3 additions & 0 deletions trunk/drivers/media/dvb/frontends/zl10353.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ static int zl10353_set_parameters(struct dvb_frontend *fe,
zl10353_single_write(fe, 0x5E, 0x00);
zl10353_single_write(fe, 0x65, 0x5A);
zl10353_single_write(fe, 0x66, 0xE9);
zl10353_single_write(fe, 0x6C, 0xCD);
zl10353_single_write(fe, 0x6D, 0x7E);
zl10353_single_write(fe, 0x62, 0x0A);

// if there is no attached secondary tuner, we call set_params to program
Expand Down Expand Up @@ -168,6 +170,7 @@ static int zl10353_set_parameters(struct dvb_frontend *fe,
// even if there isn't a PLL attached to the secondary bus
zl10353_write(fe, pllbuf, sizeof(pllbuf));

zl10353_single_write(fe, 0x5F, 0x13);
zl10353_single_write(fe, 0x70, 0x01);
udelay(250);
zl10353_single_write(fe, 0xE4, 0x00);
Expand Down

0 comments on commit b329fda

Please sign in to comment.