diff options
Diffstat (limited to 'drivers/media/video/cx88')
-rw-r--r-- | drivers/media/video/cx88/cx88-dvb.c | 6 |
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 de49de3a41f2..9c0d20aef27a 100644 --- a/drivers/media/video/cx88/cx88-dvb.c +++ b/drivers/media/video/cx88/cx88-dvb.c | |||
@@ -604,9 +604,9 @@ static int dvb_register(struct cx8802_dev *dev) | |||
604 | &dvico_fusionhdtv_hybrid, | 604 | &dvico_fusionhdtv_hybrid, |
605 | &dev->core->i2c_adap); | 605 | &dev->core->i2c_adap); |
606 | if (dev->dvb.frontend != NULL) { | 606 | if (dev->dvb.frontend != NULL) { |
607 | dvb_attach(dvb_pll_attach, dev->dvb.frontend, 0x61, | 607 | dvb_attach(simple_tuner_attach, dev->dvb.frontend, |
608 | &dev->core->i2c_adap, | 608 | &dev->core->i2c_adap, 0x61, |
609 | DVB_PLL_THOMSON_FE6600); | 609 | TUNER_THOMSON_FE6600); |
610 | } | 610 | } |
611 | break; | 611 | break; |
612 | case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO: | 612 | case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO: |