aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-dvb.c
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2008-01-15 21:57:14 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:05:08 -0200
commit4917019d190d9809287308c4866cbc47d6c1000b (patch)
tree3ce554238bddaa85175e4f587fd5396daa5a2803 /drivers/media/video/cx88/cx88-dvb.c
parent73c993a8294077ae1b724286da8ac323c25d90db (diff)
downloadkernel_samsung_smdk4412-4917019d190d9809287308c4866cbc47d6c1000b.zip
kernel_samsung_smdk4412-4917019d190d9809287308c4866cbc47d6c1000b.tar.gz
kernel_samsung_smdk4412-4917019d190d9809287308c4866cbc47d6c1000b.tar.bz2
V4L/DVB (7046): Finalise support for the Pinnacle HD 8000i
Correctly set the atatch structures, enable IR, configure the xc5000 tuner includes. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r--drivers/media/video/cx88/cx88-dvb.c4
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 c852efc..f7b41eb 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 = {
.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 = {
@@ -643,9 +644,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);