diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2018-06-29 12:40:41 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-07-04 15:18:33 +0300 |
commit | 83a729530a3a8a40dd529c72e4c3fe491d9bce68 (patch) | |
tree | 548cb2ae330084a703bce664ea9213aa3379aa35 /crypto/scatterwalk.c | |
parent | 9f84310d88304bb2f2b154ba740ecc3a6326c175 (diff) | |
download | linux-83a729530a3a8a40dd529c72e4c3fe491d9bce68.tar.xz |
media: vivid: fix gain when autogain is on
In the vivid driver you want gain to continuous change while autogain
is on. However, dev->jiffies_vid_cap doesn't actually change. It probably
did in the past, but changes in the code caused this to be a fixed value
that is only set when you start streaming.
Replace it by jiffies, which is always changing.
[mchehab@kernel.org: use jiffies_to_msecs() instead of dividing by HZ]
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'crypto/scatterwalk.c')
0 files changed, 0 insertions, 0 deletions