diff options
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index 2caf7155b..fb87022de 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.41 2004/09/23 13:58:19 kraxel Exp $ + * $Id: cx88-cards.c,v 1.42 2004/10/06 13:45:15 kraxel Exp $ * * device driver for Conexant 2388x based TV cards * card-specific stuff. @@ -156,10 +156,15 @@ struct cx88_board cx88_boards[] = { .input = {{ .type = CX88_VMUX_TELEVISION, .vmux = 0, - .gpio1 = 0x3004, + .gpio1 = 0x309f, },{ - .type = CX88_VMUX_COMPOSITE2, + .type = CX88_VMUX_COMPOSITE1, + .vmux = 1, + .gpio1 = 0x305f, + },{ + .type = CX88_VMUX_SVIDEO, .vmux = 2, + .gpio1 = 0x305f, }}, .radio = { .type = CX88_RADIO, |