diff options
author | Steven Toth <stoth@kernellabs.com> | 2009-07-26 10:06:20 -0400 |
---|---|---|
committer | Steven Toth <stoth@kernellabs.com> | 2009-07-26 10:06:20 -0400 |
commit | 54165c372c7e8c065545a4916acef9b54786f8c0 (patch) | |
tree | 8c82369a8eec7ae748dc9d83e608f543a43c5657 /linux | |
parent | 2fd774d86f3c8fe4d2653967fbb2e292fe1ef581 (diff) | |
download | mediapointer-dvb-s2-54165c372c7e8c065545a4916acef9b54786f8c0.tar.gz mediapointer-dvb-s2-54165c372c7e8c065545a4916acef9b54786f8c0.tar.bz2 |
cx88: HVR1300 ensure switching from Encoder to DVB-T and back is reliable
From: Sohail Syyed <linuxtv@hubstar.net>
Current tip is broken and does not switch back to DVB-T correctly
Priority: high
Signed-off-by: Sohail Syyed <linuxtv@hubstar.net>
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-mpeg.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-mpeg.c b/linux/drivers/media/video/cx88/cx88-mpeg.c index ba083d249..e1bcd556b 100644 --- a/linux/drivers/media/video/cx88/cx88-mpeg.c +++ b/linux/drivers/media/video/cx88/cx88-mpeg.c @@ -129,6 +129,10 @@ static int cx8802_start_dma(struct cx8802_dev *dev, udelay(100); break; case CX88_BOARD_HAUPPAUGE_HVR1300: + /* Enable MPEG parallel IO and video signal pins */ + cx_write(MO_PINMUX_IO, 0x88); + cx_write(TS_SOP_STAT, 0); + cx_write(TS_VALERR_CNTRL, 0); break; case CX88_BOARD_PINNACLE_PCTV_HD_800i: /* Enable MPEG parallel IO and video signal pins */ |