Skip to content

Commit

Permalink
V4L/DVB (6846): tda9887: initialize mode to T_STANDBY at startup
Browse files Browse the repository at this point in the history
Ensure that the audio is muted at attach-time

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent dabe615 commit 71021d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/tda9887.c
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,7 @@ struct dvb_frontend *tda9887_attach(struct dvb_frontend *fe,

priv->i2c_props.addr = i2c_addr;
priv->i2c_props.adap = i2c_adap;
priv->mode = T_STANDBY;

tuner_info("tda988[5/6/7] found\n");

Expand Down

0 comments on commit 71021d2

Please sign in to comment.