From: Volokh Konstantin <volok...@gmail.com> Switch off all ADC (max 4) with first init, we control it when starting/stopping streaming.
Signed-off-by: Volokh Konstantin <volok...@gmail.com> Signed-off-by: Hans Verkuil <hans.verk...@cisco.com> --- drivers/media/i2c/tw2804.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/i2c/tw2804.c b/drivers/media/i2c/tw2804.c index 4bb5ba6..441b766 100644 --- a/drivers/media/i2c/tw2804.c +++ b/drivers/media/i2c/tw2804.c @@ -53,6 +53,7 @@ static const u8 global_registers[] = { 0x3d, 0x80, 0x3e, 0x82, 0x3f, 0x82, + 0x78, 0x0f, 0xff, 0xff, /* Terminator (reg 0xff does not exist) */ }; -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html