projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8906939
)
V4L/DVB (5649): Umt-010: convert tua6034 handling to properly use dvb-pll
author
Michael Krufky
<mkrufky@linuxtv.org>
Wed, 9 May 2007 16:33:21 +0000
(13:33 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Wed, 18 Jul 2007 17:23:23 +0000
(14:23 -0300)
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/dvb-usb/umt-010.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/dvb-usb/umt-010.c
b/drivers/media/dvb/dvb-usb/umt-010.c
index f77b48f76582001958db7eb53ccad7249e9b190e..07dec099c7542033716aed072207971b22b9c052 100644
(file)
--- a/
drivers/media/dvb/dvb-usb/umt-010.c
+++ b/
drivers/media/dvb/dvb-usb/umt-010.c
@@
-65,9
+65,7
@@
static int umt_mt352_frontend_attach(struct dvb_usb_adapter *adap)
static int umt_tuner_attach (struct dvb_usb_adapter *adap)
{
- adap->pll_addr = 0x61;
- adap->pll_desc = &dvb_pll_tua6034;
- adap->fe->ops.tuner_ops.calc_regs = dvb_usb_tuner_calc_regs;
+ dvb_attach(dvb_pll_attach, adap->fe, 0x61, NULL, &dvb_pll_tua6034);
return 0;
}