mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 09:14:07 -04:00
[media] gspca-stv06xx: Triple frame rate by decreasing the scan rate
Signed-off-by: Erik Andrén <erik.andren@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
d6c5441f62
commit
eaceba650d
@@ -181,8 +181,8 @@ static int vv6410_start(struct sd *sd)
|
||||
} else {
|
||||
stv06xx_write_bridge(sd, STV_Y_CTRL, 0x01);
|
||||
stv06xx_write_bridge(sd, STV_X_CTRL, 0x0a);
|
||||
stv06xx_write_bridge(sd, STV_SCAN_RATE, 0x00);
|
||||
|
||||
stv06xx_write_bridge(sd, STV_SCAN_RATE, 0x20);
|
||||
}
|
||||
|
||||
/* Turn on LED */
|
||||
|
||||
Reference in New Issue
Block a user