diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-02-18 17:23:24 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2009-02-18 17:23:24 +0100 |
commit | c263f2e699cb58f1ac5e12e170d0879329845c0a (patch) | |
tree | 0e10ac2a7d22f632e672ac2c687c6df47d9b8b7f /linux/drivers | |
parent | d69e4a1d433220958c117d5e9a51638eaeb3e361 (diff) | |
download | mediapointer-dvb-s2-c263f2e699cb58f1ac5e12e170d0879329845c0a.tar.gz mediapointer-dvb-s2-c263f2e699cb58f1ac5e12e170d0879329845c0a.tar.bz2 |
zoran: use slider flag with volume etc. controls.
From: Hans Verkuil <hverkuil@xs4all.nl>
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/zoran/zoran_driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/zoran/zoran_driver.c b/linux/drivers/media/video/zoran/zoran_driver.c index 5c8630647..ebae49f91 100644 --- a/linux/drivers/media/video/zoran/zoran_driver.c +++ b/linux/drivers/media/video/zoran/zoran_driver.c @@ -3261,6 +3261,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; } |