Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124016
b: refs/heads/master
c: a9dbe5d
h: refs/heads/master
v: v3
  • Loading branch information
Markus Rechberger authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 05df9a8 commit e17715c
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: 5dd3f3071070f5a306bdf8d474c80062f5691cba
refs/heads/master: a9dbe5dc2e9337f1c7fab16963753aaf3f5283be
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 @@ -220,15 +220,18 @@ static int zl10353_set_parameters(struct dvb_frontend *fe,
/* These are extrapolated from the 7 and 8MHz values */
zl10353_single_write(fe, MCLK_RATIO, 0x97);
zl10353_single_write(fe, 0x64, 0x34);
zl10353_single_write(fe, 0xcc, 0xdd);
break;
case BANDWIDTH_7_MHZ:
zl10353_single_write(fe, MCLK_RATIO, 0x86);
zl10353_single_write(fe, 0x64, 0x35);
zl10353_single_write(fe, 0xcc, 0x73);
break;
case BANDWIDTH_8_MHZ:
default:
zl10353_single_write(fe, MCLK_RATIO, 0x75);
zl10353_single_write(fe, 0x64, 0x36);
zl10353_single_write(fe, 0xcc, 0x73);
}

zl10353_calc_nominal_rate(fe, op->bandwidth, &nominal_rate);
Expand Down

0 comments on commit e17715c

Please sign in to comment.