Skip to content

Commit

Permalink
V4L/DVB (3894): Fix tda10046 tuning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew de Quincey authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent bd4956b commit 159f8a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/dvb/frontends/tda1004x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 159f8a6

Please sign in to comment.