diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-02-18 13:23:24 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 12:42:55 -0300 |
commit | 869826a1cbd30f2604de4add19cfa847e00f2d19 (patch) | |
tree | 50bd59678c3d7eaf7e7b77badc4ac52f2bad0d0e /drivers/media | |
parent | b80696b700b25b7aa054610af84a1f05e4f4ea58 (diff) | |
download | talos-op-linux-869826a1cbd30f2604de4add19cfa847e00f2d19.tar.gz talos-op-linux-869826a1cbd30f2604de4add19cfa847e00f2d19.zip |
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>
Diffstat (limited to 'drivers/media')
-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, ctrl->step = 1; ctrl->default_value = 32768; ctrl->type = V4L2_CTRL_TYPE_INTEGER; + ctrl->flags = V4L2_CTRL_FLAG_SLIDER; return 0; } |