diff options
-rw-r--r-- | drivers/media/video/zoran/zoran_driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/zoran/zoran_driver.c b/drivers/media/video/zoran/zoran_driver.c index 1f8d3a8b0cba..c7806ac448b2 100644 --- a/drivers/media/video/zoran/zoran_driver.c +++ b/drivers/media/video/zoran/zoran_driver.c | |||
@@ -3260,6 +3260,7 @@ static int zoran_queryctrl(struct file *file, void *__fh, | |||
3260 | ctrl->step = 1; | 3260 | ctrl->step = 1; |
3261 | ctrl->default_value = 32768; | 3261 | ctrl->default_value = 32768; |
3262 | ctrl->type = V4L2_CTRL_TYPE_INTEGER; | 3262 | ctrl->type = V4L2_CTRL_TYPE_INTEGER; |
3263 | ctrl->flags = V4L2_CTRL_FLAG_SLIDER; | ||
3263 | 3264 | ||
3264 | return 0; | 3265 | return 0; |
3265 | } | 3266 | } |