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.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c
index 676cf7ce08f2..8dca20b944dd 100644
--- a/drivers/media/video/cx88/cx88-dvb.c
+++ b/drivers/media/video/cx88/cx88-dvb.c
@@ -731,8 +731,9 @@ static int dvb_register(struct cx8802_dev *dev)
731 &ati_hdtvwonder, 731 &ati_hdtvwonder,
732 &dev->core->i2c_adap); 732 &dev->core->i2c_adap);
733 if (dev->dvb.frontend != NULL) { 733 if (dev->dvb.frontend != NULL) {
734 dvb_attach(dvb_pll_attach, dev->dvb.frontend, 0x61, 734 dvb_attach(simple_tuner_attach, dev->dvb.frontend,
735 NULL, DVB_PLL_TUV1236D); 735 &dev->core->i2c_adap, 0x61,
736 TUNER_PHILIPS_TUV1236D);
736 } 737 }
737 break; 738 break;
738 case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1: 739 case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1: