summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/tda1004x.c
diff options
context:
space:
mode:
authorAndrew de Quincey <adq_dvb@lidskialf.net>2006-04-19 22:31:03 +0100
committerAndrew de Quincey <adq_dvb@lidskialf.net>2006-04-19 22:31:03 +0100
commit48c7a56c98cf2342c83cedb2e25748b602383d9c (patch)
treea1a8f5bbdea1a616ce45bea050bc2eed7e9d9163 /linux/drivers/media/dvb/frontends/tda1004x.c
parent8c360c7605e4751038ad67e9fd79e5c1c96b81d6 (diff)
downloadmediapointer-dvb-s2-48c7a56c98cf2342c83cedb2e25748b602383d9c.tar.gz
mediapointer-dvb-s2-48c7a56c98cf2342c83cedb2e25748b602383d9c.tar.bz2
Fix tda10046 tuning
From: Andrew de Quincey <adq_dvb@lidskialf.net> 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>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/tda1004x.c')
-rw-r--r--linux/drivers/media/dvb/frontends/tda1004x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda1004x.c b/linux/drivers/media/dvb/frontends/tda1004x.c
index d9abce753..5288b44cf 100644
--- a/linux/drivers/media/dvb/frontends/tda1004x.c
+++ b/linux/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,