From: Andrew de Quincey <adq_dvb@lidskialf.net>
Date: Wed, 19 Apr 2006 21:31:03 +0000 (-0300)
Subject: V4L/DVB (3894): Fix tda10046 tuning
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=159f8a6eda8c2ee359bb87bf62be70da2da14918;p=linux.git

V4L/DVB (3894): Fix tda10046 tuning

I'd missed the i2c gate ctrl function out of the tda10046, so tuning didn't work

Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
---

diff --git a/drivers/media/dvb/frontends/tda1004x.c b/drivers/media/dvb/frontends/tda1004x.c
index d9abce753e528..5288b44cf62c5 100644
--- a/drivers/media/dvb/frontends/tda1004x.c
+++ b/drivers/media/dvb/frontends/tda1004x.c
@@ -1276,6 +1276,7 @@ static struct dvb_frontend_ops tda10046_ops = {
 
 	.init = tda10046_init,
 	.sleep = tda1004x_sleep,
+	.i2c_gate_ctrl = tda1004x_i2c_gate_ctrl,
 
 	.set_frontend = tda1004x_set_fe,
 	.get_frontend = tda1004x_get_fe,