diff options
author | Michael Krufky <devnull@localhost> | 2005-07-20 20:05:12 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-07-20 20:05:12 +0000 |
commit | f4c22efddb884977183a33a1a6f16c006b227cc6 (patch) | |
tree | 4a0bd6d74aa10ef857ba9fe4ced8e3d4128a4e03 /linux/drivers/media/video/cx88/cx88-cards.c | |
parent | 301b9d09a9abcdeaea1e4c074915e12b766be269 (diff) | |
download | mediapointer-dvb-s2-f4c22efddb884977183a33a1a6f16c006b227cc6.tar.gz mediapointer-dvb-s2-f4c22efddb884977183a33a1a6f16c006b227cc6.tar.bz2 |
* cx88-cards.c:
- Add support for the SVideo input on the GDI Black Gold.
From: Peter Missel <peter.missel@onlinehome.de>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index b2a8a7c3f..130621a2f 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-cards.c,v 1.87 2005/07/15 21:44:14 mchehab Exp $ + * $Id: cx88-cards.c,v 1.88 2005/07/20 20:05:12 mkrufky Exp $ * * device driver for Conexant 2388x based TV cards * card-specific stuff. @@ -91,6 +91,9 @@ struct cx88_board cx88_boards[] = { .input = {{ .type = CX88_VMUX_TELEVISION, .vmux = 0, + },{ + .type = CX88_VMUX_SVIDEO, + .vmux = 2, }}, }, [CX88_BOARD_PIXELVIEW] = { |