commit | 58f896d859ce555dd3684f439f8a65bfda437533 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Sat May 31 20:30:11 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Thu Jul 17 12:44:54 2014 -0300 |
tree | 8d1b771d54f3e0102b6f97cb845422ad5ebf92c9 | |
parent | a1606102dafe6942905e97a88ceea9a60e1a2c7d [diff] |
[media] v4l: vsp1: sru: Make the intensity controllable during streaming The control value is currently stored in the SRU structure by the control set handler and written to the hardware at stream on time, making control set during streaming ineffective. Fix it by writing to the registers from within the control set handler. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>