diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-02-18 11:23:24 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:42:55 -0400 |
commit | 869826a1cbd30f2604de4add19cfa847e00f2d19 (patch) | |
tree | 50bd59678c3d7eaf7e7b77badc4ac52f2bad0d0e | |
parent | b80696b700b25b7aa054610af84a1f05e4f4ea58 (diff) |
V4L/DVB (10705): zoran: use slider flag with volume etc. controls.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-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 | } |