Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 159f8a6e authored by Andrew de Quincey's avatar Andrew de Quincey Committed by Mauro Carvalho Chehab
Browse files

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: default avatarAndrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent bd4956b8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,