diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-04-19 17:31:03 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 00:59:37 -0400 |
commit | 159f8a6eda8c2ee359bb87bf62be70da2da14918 (patch) | |
tree | a1f503deb064b1c6e9cdc43b67ddfa3b9dd4c37d /drivers/media/dvb | |
parent | bd4956b8ec2075e965492647e0c7006a36efe5d9 (diff) |
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>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r-- | drivers/media/dvb/frontends/tda1004x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/tda1004x.c b/drivers/media/dvb/frontends/tda1004x.c index d9abce753e52..5288b44cf62c 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 = { | |||
1276 | 1276 | ||
1277 | .init = tda10046_init, | 1277 | .init = tda10046_init, |
1278 | .sleep = tda1004x_sleep, | 1278 | .sleep = tda1004x_sleep, |
1279 | .i2c_gate_ctrl = tda1004x_i2c_gate_ctrl, | ||
1279 | 1280 | ||
1280 | .set_frontend = tda1004x_set_fe, | 1281 | .set_frontend = tda1004x_set_fe, |
1281 | .get_frontend = tda1004x_get_fe, | 1282 | .get_frontend = tda1004x_get_fe, |