diff options
author | Markus Rechberger <mrechberger@gmail.com> | 2005-11-09 00:38:05 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:23 -0500 |
commit | 30556b23f31973ca311341277c4e4b128c0528bb (patch) | |
tree | fcfdd616a70d5cb443a0121cf49b0ddd800f0256 /drivers/media/video/em28xx/em28xx-cards.c | |
parent | 08eca13dc407c389f04ce295144bb3fcd996a10d (diff) |
[PATCH] v4l: 840: fixed settings for msi vox usb 2.0 saa7114 is missing atm
- Fixed settings for MSI Vox USB 2.0 (saa7114 is missing atm)
Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-cards.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index 27db6d956c3f..4ab30476807d 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c | |||
@@ -146,7 +146,7 @@ struct em2820_board em2820_boards[] = { | |||
146 | .decoder = EM2820_SAA7114, | 146 | .decoder = EM2820_SAA7114, |
147 | .input = {{ | 147 | .input = {{ |
148 | .type = EM2820_VMUX_TELEVISION, | 148 | .type = EM2820_VMUX_TELEVISION, |
149 | .vmux = 2, | 149 | .vmux = 4, |
150 | .amux = 0, | 150 | .amux = 0, |
151 | },{ | 151 | },{ |
152 | .type = EM2820_VMUX_COMPOSITE1, | 152 | .type = EM2820_VMUX_COMPOSITE1, |