V4L/DVB (6846): tda9887: initialize mode to T_STANDBY at startup

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>
This commit is contained in:
Michael Krufky 2007-12-17 09:49:33 -03:00 committed by Mauro Carvalho Chehab
parent dabe61565e
commit 71021d2601
1 changed files with 1 additions and 0 deletions

View File

@ -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");