diff options
Diffstat (limited to 'drivers/media/video/zoran_device.c')
-rw-r--r-- | drivers/media/video/zoran_device.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/video/zoran_device.c b/drivers/media/video/zoran_device.c index f97c20692057..10686c68a65b 100644 --- a/drivers/media/video/zoran_device.c +++ b/drivers/media/video/zoran_device.c | |||
@@ -60,7 +60,8 @@ | |||
60 | 60 | ||
61 | extern const struct zoran_format zoran_formats[]; | 61 | extern const struct zoran_format zoran_formats[]; |
62 | 62 | ||
63 | static int lml33dpath = 0; /* 1 will use digital path in capture | 63 | static int lml33dpath; /* default = 0 |
64 | * 1 will use digital path in capture | ||
64 | * mode instead of analog. It can be | 65 | * mode instead of analog. It can be |
65 | * used for picture adjustments using | 66 | * used for picture adjustments using |
66 | * tool like xawtv while watching image | 67 | * tool like xawtv while watching image |
@@ -987,7 +988,7 @@ void | |||
987 | zr36057_enable_jpg (struct zoran *zr, | 988 | zr36057_enable_jpg (struct zoran *zr, |
988 | enum zoran_codec_mode mode) | 989 | enum zoran_codec_mode mode) |
989 | { | 990 | { |
990 | static int zero = 0; | 991 | static int zero; |
991 | static int one = 1; | 992 | static int one = 1; |
992 | struct vfe_settings cap; | 993 | struct vfe_settings cap; |
993 | int field_size = | 994 | int field_size = |