summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-mpeg.c
diff options
context:
space:
mode:
authorDirk Herrendoerfer <d.herrendoerfer@herrendoerfer.name>2010-02-11 18:06:34 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-02-26 15:11:11 -0300
commit4f3ca2f152844c5f6ea853077f56d0db877d1f7a (patch)
treebe78601dee9e0c75b8a8bb9cc3a00994f70ba836 /drivers/media/video/cx88/cx88-mpeg.c
parent144dcdceb6ca320d7b3dffa6eea6c0a57cbfbb18 (diff)
downloadlinux-4f3ca2f152844c5f6ea853077f56d0db877d1f7a.tar.gz
linux-4f3ca2f152844c5f6ea853077f56d0db877d1f7a.tar.bz2
linux-4f3ca2f152844c5f6ea853077f56d0db877d1f7a.zip
V4L/DVB: Add support for SMT7020 to cx88
This patch adds support for the built-in dvb device of a Samsung SMT7020s (x86 based STB) to the cx88 family. Signed-off-by: Dirk Herrendoerfer <d.herrendoerfer@herrendoerfer.name> Signed-off-by: Helmut Auer <helmut@helmutauer.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx88/cx88-mpeg.c')
-rw-r--r--drivers/media/video/cx88/cx88-mpeg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-mpeg.c b/drivers/media/video/cx88/cx88-mpeg.c
index bb5104893411..338af77f7f01 100644
--- a/drivers/media/video/cx88/cx88-mpeg.c
+++ b/drivers/media/video/cx88/cx88-mpeg.c
@@ -110,6 +110,9 @@ static int cx8802_start_dma(struct cx8802_dev *dev,
case CX88_BOARD_PCHDTV_HD5500:
cx_write(TS_SOP_STAT, 1<<13);
break;
+ case CX88_BOARD_SAMSUNG_SMT_7020:
+ cx_write(TS_SOP_STAT, 0x00);
+ break;
case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1:
case CX88_BOARD_HAUPPAUGE_NOVASE2_S1:
cx_write(MO_PINMUX_IO, 0x88); /* Enable MPEG parallel IO and video signal pins */