diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-01-15 19:57:14 -0500 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2008-01-15 19:57:14 -0500 |
commit | 42de0c9d677d2af4e41ed7fe4c149427ebeb271e (patch) | |
tree | 109de7a5083b8f39a9a9a256358182ec3b41a676 /linux/drivers/media/video/cx88/cx88-dvb.c | |
parent | 88ad51b6cd401849a446a4d1bcba232055a6923f (diff) | |
download | mediapointer-dvb-s2-42de0c9d677d2af4e41ed7fe4c149427ebeb271e.tar.gz mediapointer-dvb-s2-42de0c9d677d2af4e41ed7fe4c149427ebeb271e.tar.bz2 |
Finalise support for the Pinnacle HD 8000i
From: Steven Toth <stoth@hauppauge.com>
Correctly set the atatch structures, enable IR, configure the
xc5000 tuner includes.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-dvb.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c index 480ad4eac..1e6eb3123 100644 --- a/linux/drivers/media/video/cx88/cx88-dvb.c +++ b/linux/drivers/media/video/cx88/cx88-dvb.c @@ -381,6 +381,7 @@ static struct s5h1409_config pinnacle_pctv_hd_800i_config = { .qam_if = 44000, .inversion = S5H1409_INVERSION_OFF, .status_mode = S5H1409_DEMODLOCKING, + .mpeg_timing = S5H1409_MPEGTIMING_NONCONTINOUS_NONINVERTING_CLOCK, }; static struct xc5000_config pinnacle_pctv_hd_800i_tuner_config = { @@ -644,9 +645,6 @@ static int dvb_register(struct cx8802_dev *dev) } break; case CX88_BOARD_PINNACLE_PCTV_HD_800i: - /* Parallel mpeg data port and punctured clock mode */ - dev->ts_gen_cntrl = 0x04; - dev->dvb.frontend = dvb_attach(s5h1409_attach, &pinnacle_pctv_hd_800i_config, &dev->core->i2c_adap); |