diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-dvb.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c index c852efca159..f7b41eb1bb5 100644 --- a/drivers/media/video/cx88/cx88-dvb.c +++ b/drivers/media/video/cx88/cx88-dvb.c | |||
@@ -380,6 +380,7 @@ static struct s5h1409_config pinnacle_pctv_hd_800i_config = { | |||
380 | .qam_if = 44000, | 380 | .qam_if = 44000, |
381 | .inversion = S5H1409_INVERSION_OFF, | 381 | .inversion = S5H1409_INVERSION_OFF, |
382 | .status_mode = S5H1409_DEMODLOCKING, | 382 | .status_mode = S5H1409_DEMODLOCKING, |
383 | .mpeg_timing = S5H1409_MPEGTIMING_NONCONTINOUS_NONINVERTING_CLOCK, | ||
383 | }; | 384 | }; |
384 | 385 | ||
385 | static struct xc5000_config pinnacle_pctv_hd_800i_tuner_config = { | 386 | static struct xc5000_config pinnacle_pctv_hd_800i_tuner_config = { |
@@ -643,9 +644,6 @@ static int dvb_register(struct cx8802_dev *dev) | |||
643 | } | 644 | } |
644 | break; | 645 | break; |
645 | case CX88_BOARD_PINNACLE_PCTV_HD_800i: | 646 | case CX88_BOARD_PINNACLE_PCTV_HD_800i: |
646 | /* Parallel mpeg data port and punctured clock mode */ | ||
647 | dev->ts_gen_cntrl = 0x04; | ||
648 | |||
649 | dev->dvb.frontend = dvb_attach(s5h1409_attach, | 647 | dev->dvb.frontend = dvb_attach(s5h1409_attach, |
650 | &pinnacle_pctv_hd_800i_config, | 648 | &pinnacle_pctv_hd_800i_config, |
651 | &dev->core->i2c_adap); | 649 | &dev->core->i2c_adap); |