aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tda8290.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/tda8290.c')
-rw-r--r--drivers/media/video/tda8290.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/tda8290.c b/drivers/media/video/tda8290.c
index 403f96f998ec..a451d9480c1d 100644
--- a/drivers/media/video/tda8290.c
+++ b/drivers/media/video/tda8290.c
@@ -574,7 +574,8 @@ static int tda829x_find_tuner(struct dvb_frontend *fe)
574 if (data == 0x83) { 574 if (data == 0x83) {
575 priv->ver |= TDA18271; 575 priv->ver |= TDA18271;
576 tda18271_attach(fe, priv->tda827x_addr, 576 tda18271_attach(fe, priv->tda827x_addr,
577 priv->i2c_props.adap); 577 priv->i2c_props.adap,
578 TDA18271_GATE_ANALOG);
578 } else { 579 } else {
579 if ((data & 0x3c) == 0) 580 if ((data & 0x3c) == 0)
580 priv->ver |= TDA8275; 581 priv->ver |= TDA8275;