Skip to content

Commit

Permalink
V4L/DVB (3882): Convert dvb-usb/umt-010 to refactored tuner code
Browse files Browse the repository at this point in the history
Hook tuner call into tuner_ops.

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 ee6a2cb commit 2546b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/dvb-usb/umt-010.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 2546b62

Please sign in to comment.