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

Commit 2546b62e authored by Andrew de Quincey's avatar Andrew de Quincey Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (3882): Convert dvb-usb/umt-010 to refactored tuner code



Hook tuner call into tuner_ops.

Signed-off-by: default avatarAndrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent ee6a2cb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ static int umt_mt352_frontend_attach(struct dvb_usb_device *d)
	memset(&umt_config,0,sizeof(struct mt352_config));
	umt_config.demod_init = umt_mt352_demod_init;
	umt_config.demod_address = 0xf;
	umt_config.pll_set = dvb_usb_pll_set;
	d->fe->ops->tuner_ops.pllbuf = dvb_usb_tuner_pllbuf;

	d->fe = mt352_attach(&umt_config, &d->i2c_adap);