Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331147
b: refs/heads/master
c: 6950479
h: refs/heads/master
i:
  331145: 1d300cc
  331143: 0b4cf70
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Sep 27, 2012
1 parent d61b832 commit da5bb43
Show file tree
Hide file tree
Showing 2 changed files with 11 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: b6ba418ef42010725c7794c64c653e5df48cd31f
refs/heads/master: 69504793dfb42bdd0e647c948047b71e9c3307f2
10 changes: 10 additions & 0 deletions trunk/drivers/media/tuners/tua9001.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,16 @@ struct dvb_frontend *tua9001_attach(struct dvb_frontend *fe,
TUA9001_CMD_CEN, 1);
if (ret < 0)
goto err;

ret = fe->callback(priv->i2c, DVB_FRONTEND_COMPONENT_TUNER,
TUA9001_CMD_RXEN, 0);
if (ret < 0)
goto err;

ret = fe->callback(priv->i2c, DVB_FRONTEND_COMPONENT_TUNER,
TUA9001_CMD_RESETN, 1);
if (ret < 0)
goto err;
}

dev_info(&priv->i2c->dev,
Expand Down

0 comments on commit da5bb43

Please sign in to comment.