V4L/DVB (11694): gspca - stv06xx-vv6410: No need to double set gain and exposure
Signed-off-by: Erik Andrén <erik.andren@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
1906d8d17e
commit
28d7a20a78
|
@ -246,12 +246,6 @@ static const u8 vv6410_sensor_init[][2] = {
|
|||
/* Pre-clock generator divide off */
|
||||
{VV6410_DATAFORMAT, BIT(7) | BIT(0)},
|
||||
|
||||
/* Exposure registers */
|
||||
{VV6410_FINEH, VV6410_FINE_EXPOSURE >> 8},
|
||||
{VV6410_FINEL, VV6410_FINE_EXPOSURE & 0xff},
|
||||
{VV6410_COARSEH, VV6410_COARSE_EXPOSURE >> 8},
|
||||
{VV6410_COARSEL, VV6410_COARSE_EXPOSURE & 0xff},
|
||||
{VV6410_ANALOGGAIN, 0xf0 | VV6410_DEFAULT_GAIN},
|
||||
{VV6410_CLKDIV, VV6410_CLK_DIV_2},
|
||||
|
||||
/* System registers */
|
||||
|
|
Loading…
Reference in New Issue