aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/zoran/zoran_driver.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-02-18 13:23:24 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 12:42:55 -0300
commit869826a1cbd30f2604de4add19cfa847e00f2d19 (patch)
tree50bd59678c3d7eaf7e7b77badc4ac52f2bad0d0e /drivers/media/video/zoran/zoran_driver.c
parentV4L/DVB (10704): zoran: remove broken BIGPHYS_AREA and BUZ_HIMEM code, and allow for kmallocs > 128 kB (diff)
downloadlinux-dev-869826a1cbd30f2604de4add19cfa847e00f2d19.tar.xz
linux-dev-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/video/zoran/zoran_driver.c')
-rw-r--r--drivers/media/video/zoran/zoran_driver.c1
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;
}