diff options
author | Gerd Knorr <devnull@localhost> | 2004-03-10 11:18:28 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-03-10 11:18:28 +0000 |
commit | 95ad49d0c99df0841db058fc31fa68a77ff16a51 (patch) | |
tree | 12ded39d6b579b90480c8b539cd58b23b79183cb /linux/drivers/media/video/cx88 | |
parent | 5e75451a9c1886889354226799b25639a19b29ec (diff) | |
download | mediapointer-dvb-s2-95ad49d0c99df0841db058fc31fa68a77ff16a51.tar.gz mediapointer-dvb-s2-95ad49d0c99df0841db058fc31fa68a77ff16a51.tar.bz2 |
- crop support for saa7134.
Diffstat (limited to 'linux/drivers/media/video/cx88')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index 9fd1e5b58..1c1b18a6f 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -62,6 +62,10 @@ struct cx88_board cx88_boards[] = { .type = CX88_VMUX_COMPOSITE1, .vmux = 1, .gpio0 = 0xff02, + },{ + .type = CX88_VMUX_SVIDEO, + .vmux = 2, + .gpio0 = 0xff02, }}, .radio = { .type = CX88_RADIO, |