Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39574
b: refs/heads/master
c: fc2fa31
h: refs/heads/master
v: v3
  • Loading branch information
P�draig Brady authored and Mauro Carvalho Chehab committed Oct 14, 2006
1 parent 5245b47 commit ad3ea9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 626ae83bb24927ca015503448f0199842ae2e8da
refs/heads/master: fc2fa31f4eaa53995593ced14c73f2cf63dcfa17
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/saa7115.c
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,8 @@ static void saa711x_set_v4lstd(struct i2c_client *client, v4l2_std_id std)
reg |= 0x10;
} else if (std == V4L2_STD_NTSC_M_JP) {
reg |= 0x40;
} else if (std == V4L2_STD_SECAM) {
reg |= 0x50;
}
saa711x_write(client, R_0E_CHROMA_CNTL_1, reg);
} else {
Expand Down

0 comments on commit ad3ea9e

Please sign in to comment.