diff options
author | Gerd Knorr <devnull@localhost> | 2004-03-31 20:24:27 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-03-31 20:24:27 +0000 |
commit | ef718af6bad86a546e1670c7dbbf09b550a03e8b (patch) | |
tree | d887d1f7414cc4eaf50bd5dbcf799babe1a16998 /linux/drivers/media/video/cx88/cx88-cards.c | |
parent | 3bf8c8eecd3ab551d20971918bcf4afa4386f852 (diff) | |
download | mediapointer-dvb-s2-ef718af6bad86a546e1670c7dbbf09b550a03e8b.tar.gz mediapointer-dvb-s2-ef718af6bad86a546e1670c7dbbf09b550a03e8b.tar.bz2 |
- tda9887 autoload for cx88.
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, 5 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index 1084deb3e..827893f9c 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -159,6 +159,10 @@ struct cx88_board cx88_boards[] = { .type = CX88_VMUX_COMPOSITE1, .vmux = 1, },{ + // temporarly for testing ... + .type = CX88_VMUX_COMPOSITE2, + .vmux = 2, + },{ .type = CX88_VMUX_SVIDEO, .vmux = 2, }}, @@ -169,6 +173,7 @@ struct cx88_board cx88_boards[] = { [CX88_BOARD_WINFAST_DV2000] = { .name = "Leadtek Winfast DV2000", .tuner_type = 38, + .needs_tda9887 = 1, .input = {{ .type = CX88_VMUX_TELEVISION, .vmux = 0, |