Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192748
b: refs/heads/master
c: b628a2a
h: refs/heads/master
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed May 18, 2010
1 parent ea34f66 commit f6dc9c7
Show file tree
Hide file tree
Showing 3 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: 7f2c983cf5978186ee2c379fd63d04316158fc9b
refs/heads/master: b628a2a3d4e97044cc9f6818bfb8330d8d0b021a
5 changes: 5 additions & 0 deletions trunk/drivers/media/dvb/frontends/au8522_decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,11 @@ static int au8522_reset(struct v4l2_subdev *sd, u32 val)

state->operational_mode = AU8522_ANALOG_MODE;

/* Clear out any state associated with the digital side of the
chip, so that when it gets powered back up it won't think
that it is already tuned */
state->current_frequency = 0;

au8522_writereg(state, 0xa4, 1 << 5);

return 0;
Expand Down
5 changes: 5 additions & 0 deletions trunk/drivers/media/dvb/frontends/au8522_dig.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,11 @@ int au8522_init(struct dvb_frontend *fe)

state->operational_mode = AU8522_DIGITAL_MODE;

/* Clear out any state associated with the digital side of the
chip, so that when it gets powered back up it won't think
that it is already tuned */
state->current_frequency = 0;

au8522_writereg(state, 0xa4, 1 << 5);

au8522_i2c_gate_ctrl(fe, 1);
Expand Down

0 comments on commit f6dc9c7

Please sign in to comment.