From: Michael Krufky Date: Tue, 22 Apr 2008 17:46:13 +0000 (-0300) Subject: V4L/DVB (7409): use tuner-simple for Microtune 4042 FI5 digital tuning support X-Git-Tag: v2.6.26-rc1~1084^2~272 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e35c9ff1362aa4deb0b0a803d661920dcdd6f48;p=profile%2Fivi%2Fkernel-x86-ivi.git V4L/DVB (7409): use tuner-simple for Microtune 4042 FI5 digital tuning support Convert cx88-dvb to use tuner-simple instead of dvb-pll for Microtune 4042 FI5 Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c index 49ada36..de49de3 100644 --- a/drivers/media/video/cx88/cx88-dvb.c +++ b/drivers/media/video/cx88/cx88-dvb.c @@ -653,9 +653,9 @@ static int dvb_register(struct cx8802_dev *dev) &fusionhdtv_3_gold, &dev->core->i2c_adap); if (dev->dvb.frontend != NULL) { - dvb_attach(dvb_pll_attach, dev->dvb.frontend, 0x61, - &dev->core->i2c_adap, - DVB_PLL_MICROTUNE_4042); + dvb_attach(simple_tuner_attach, dev->dvb.frontend, + &dev->core->i2c_adap, 0x61, + TUNER_MICROTUNE_4042FI5); } } break;