Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138206
b: refs/heads/master
c: 0ef2107
h: refs/heads/master
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent a938edd commit 9332e4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e2bff45cd6151b4deb6adfd94eab87374f43ea34
refs/heads/master: 0ef21071d985cb9e33238210760810c71e100b20
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/au0828/au0828-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1591,8 +1591,8 @@ static const struct video_device au0828_video_template = {
.release = video_device_release,
.ioctl_ops = &video_ioctl_ops,
.minor = -1,
.tvnorms = V4L2_STD_NTSC,
.current_norm = V4L2_STD_NTSC,
.tvnorms = V4L2_STD_NTSC_M,
.current_norm = V4L2_STD_NTSC_M,
};

/**************************************************************************/
Expand Down

0 comments on commit 9332e4a

Please sign in to comment.