diff options
author | Gerd Knorr <devnull@localhost> | 2004-07-08 07:38:38 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-07-08 07:38:38 +0000 |
commit | 027d992869040d109c844fce9d50190aa941175b (patch) | |
tree | f1a804bf466858ac9978c292e2b1f280a8bad5dd /linux/drivers/media/video/cx88/cx88-cards.c | |
parent | b7665f56c5a112f05ca1fcd109ccb9149742ad33 (diff) | |
download | mediapointer-dvb-s2-027d992869040d109c844fce9d50190aa941175b.tar.gz mediapointer-dvb-s2-027d992869040d109c844fce9d50190aa941175b.tar.bz2 |
- misc fixes.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index d72748684..3d64a2811 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -104,11 +104,11 @@ struct cx88_board cx88_boards[] = { },{ .type = CX88_VMUX_COMPOSITE1, .vmux = 1, - .gpio0 = 0x03ff, + .gpio0 = 0x03fe, },{ .type = CX88_VMUX_SVIDEO, .vmux = 2, - .gpio0 = 0x03ff, + .gpio0 = 0x03fe, }}, }, [CX88_BOARD_WINFAST2000XP] = { |