V4L/DVB (4938): Cx88: Convert lgdt3302 tuning function to use dvb_pll_attach
authorTrent Piepho <xyzzy@speakeasy.org>
Mon, 4 Dec 2006 21:04:11 +0000 (18:04 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 10 Dec 2006 11:22:53 +0000 (09:22 -0200)
commit1c5ee876d697a9d1b70117e4277eaa445d14a728
tree5926db544f995db037fe36b1264d643f52d95ad9
parenta1ed551cdb4f29157466340760fde68bcda704a9
V4L/DVB (4938): Cx88: Convert lgdt3302 tuning function to use dvb_pll_attach

There was a still a pre-dvb-pll set_params function for the lgdt3302 in
the cx88-dvb driver.  This patch removes that function and uses
dvb_pll_attach() for the cards that were using it (Dvico FusionHDTV 3
GOLD {Q,T}).  This way the set_params function from dvb-pll is used.
dvb_attach() is in turn used on dvb_pll_attach(), eliminating some static
dependencies on dvb-pll.  There are still a couple static dependencies on
dvb-pll remaining.

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx88/cx88-dvb.c