diff options
author | Gerd Knorr <devnull@localhost> | 2004-07-07 14:37:50 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-07-07 14:37:50 +0000 |
commit | b7665f56c5a112f05ca1fcd109ccb9149742ad33 (patch) | |
tree | b48689a708f999dc4e89d9a173f5a8ffd5d35d75 /linux/drivers/media | |
parent | b51f6e936a61b0ac199a778d45f67f9db48313f9 (diff) | |
download | mediapointer-dvb-s2-b7665f56c5a112f05ca1fcd109ccb9149742ad33.tar.gz mediapointer-dvb-s2-b7665f56c5a112f05ca1fcd109ccb9149742ad33.tar.bz2 |
- cx88: ATI TV Wonder Pro tweaks.
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index aa8d87898..d72748684 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -96,20 +96,19 @@ struct cx88_board cx88_boards[] = { [CX88_BOARD_ATI_WONDER_PRO] = { .name = "ATI TV Wonder Pro", .tuner_type = 44, + .tda9887_conf = TDA9887_PRESENT | TDA9887_INTERCARRIER, .input = {{ .type = CX88_VMUX_TELEVISION, .vmux = 0, - .gpio0 = 0x000003ff, - .gpio1 = 0x000000ff, - .gpio2 = 0x000000ff, - .gpio3 = 0x00000000, + .gpio0 = 0x03ff, },{ .type = CX88_VMUX_COMPOSITE1, .vmux = 1, + .gpio0 = 0x03ff, },{ .type = CX88_VMUX_SVIDEO, .vmux = 2, - + .gpio0 = 0x03ff, }}, }, [CX88_BOARD_WINFAST2000XP] = { |