aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-dvb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r--drivers/media/video/cx88/cx88-dvb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c
index 49ada3667d93..de49de3a41f2 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)
653 &fusionhdtv_3_gold, 653 &fusionhdtv_3_gold,
654 &dev->core->i2c_adap); 654 &dev->core->i2c_adap);
655 if (dev->dvb.frontend != NULL) { 655 if (dev->dvb.frontend != NULL) {
656 dvb_attach(dvb_pll_attach, dev->dvb.frontend, 0x61, 656 dvb_attach(simple_tuner_attach, dev->dvb.frontend,
657 &dev->core->i2c_adap, 657 &dev->core->i2c_adap, 0x61,
658 DVB_PLL_MICROTUNE_4042); 658 TUNER_MICROTUNE_4042FI5);
659 } 659 }
660 } 660 }
661 break; 661 break;