diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-01-21 03:58:19 -0500 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2007-01-21 03:58:19 -0500 |
commit | a5cce0416f7fd557fa427893ee9cef207c33813a (patch) | |
tree | ac2a8a3305d076b050a3f2f26b878d84e6784b00 /linux/drivers | |
parent | f01b6a9483f1dc1f6cb992ff34f75b2727805a8d (diff) | |
download | mediapointer-dvb-s2-a5cce0416f7fd557fa427893ee9cef207c33813a.tar.gz mediapointer-dvb-s2-a5cce0416f7fd557fa427893ee9cef207c33813a.tar.bz2 |
cx88: Add support for svideo/composite input of the Terratec Cinergy 1400 DVB-T
From: Heiko Baums <heiko@baums-on-web.de>
Adds support for the combined S-Video/Composite input of the
Terratec Cinergy 1400 DVB-T.
Signed-off-by: Heiko Baums <heiko@baums-on-web.de>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index 9a5aa0803..3a7131342 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -765,6 +765,12 @@ struct cx88_board cx88_boards[] = { .input = {{ .type = CX88_VMUX_DVB, .vmux = 0, + },{ + .type = CX88_VMUX_COMPOSITE1, + .vmux = 2, + },{ + .type = CX88_VMUX_SVIDEO, + .vmux = 2, }}, .mpeg = CX88_MPEG_DVB, }, |