Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331149
b: refs/heads/master
c: 12897dc
h: refs/heads/master
i:
  331147: da5bb43
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Sep 27, 2012
1 parent 2368954 commit e50de35
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 51639be3b39b058d9f80cfd68c52887c7b96eb41
refs/heads/master: 12897dc37648ac48b2aa2b3bb2d7df69625b6de5
9 changes: 9 additions & 0 deletions trunk/drivers/media/dvb-frontends/af9033.c
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,15 @@ struct dvb_frontend *af9033_attach(const struct af9033_config *config,
"OFDM=%d.%d.%d.%d\n", KBUILD_MODNAME, buf[0], buf[1],
buf[2], buf[3], buf[4], buf[5], buf[6], buf[7]);

/* sleep */
ret = af9033_wr_reg(state, 0x80004c, 1);
if (ret < 0)
goto err;

ret = af9033_wr_reg(state, 0x800000, 0);
if (ret < 0)
goto err;

/* configure internal TS mode */
switch (state->cfg.ts_mode) {
case AF9033_TS_MODE_PARALLEL:
Expand Down

0 comments on commit e50de35

Please sign in to comment.