Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45073
b: refs/heads/master
c: 3a4456a
h: refs/heads/master
i:
  45071: c6a9107
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Dec 27, 2006
1 parent 3bac831 commit d0ddbb8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e71ced1a5dfebfde57c0ed2c9bd3c7b4596071c1
refs/heads/master: 3a4456a073150c8b0d790daa007d2aab9ebdecb5
9 changes: 8 additions & 1 deletion trunk/drivers/media/video/cx25840/cx25840-vbi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d0ddbb8

Please sign in to comment.