mirror of https://gitee.com/openkylin/linux.git
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:
parent
dabe61565e
commit
71021d2601
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue