projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e71ced1
)
V4L/DVB (4968): Add PAL-60 support for cx2584x.
author
Hans Verkuil
<
[email protected]
>
Tue, 12 Dec 2006 19:27:28 +0000
(16:27 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Wed, 27 Dec 2006 16:18:59 +0000
(14:18 -0200)
Signed-off-by: Hans Verkuil <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/video/cx25840/cx25840-vbi.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/cx25840/cx25840-vbi.c
b/drivers/media/video/cx25840/cx25840-vbi.c
index f85f2084324fb9ec9f8189de75f0a6f74f41649d..ced13febed895396965483c7d710584637d1e8b6 100644
(file)
--- a/
drivers/media/video/cx25840/cx25840-vbi.c
+++ b/
drivers/media/video/cx25840/cx25840-vbi.c
@@
-128,7
+128,14
@@
void cx25840_vbi_setup(struct i2c_client *client)
uv_lpf=1;
src_decimation=0x21f;
- if (std == V4L2_STD_PAL_M) {
+ if (std == V4L2_STD_PAL_60) {
+ vblank=26;
+ vblank656=26;
+ burst=0x5b;
+ luma_lpf=2;
+ comb=0x20;
+ sc=0x0a8263;
+ } else if (std == V4L2_STD_PAL_M) {
vblank=20;
vblank656=24;
burst=0x61;