diff options
-rw-r--r-- | drivers/media/video/au0828/au0828-video.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/au0828/au0828-video.c b/drivers/media/video/au0828/au0828-video.c index 064de23a3ce1..7f6f9d998aa9 100644 --- a/drivers/media/video/au0828/au0828-video.c +++ b/drivers/media/video/au0828/au0828-video.c | |||
@@ -1591,8 +1591,8 @@ static const struct video_device au0828_video_template = { | |||
1591 | .release = video_device_release, | 1591 | .release = video_device_release, |
1592 | .ioctl_ops = &video_ioctl_ops, | 1592 | .ioctl_ops = &video_ioctl_ops, |
1593 | .minor = -1, | 1593 | .minor = -1, |
1594 | .tvnorms = V4L2_STD_NTSC, | 1594 | .tvnorms = V4L2_STD_NTSC_M, |
1595 | .current_norm = V4L2_STD_NTSC, | 1595 | .current_norm = V4L2_STD_NTSC_M, |
1596 | }; | 1596 | }; |
1597 | 1597 | ||
1598 | /**************************************************************************/ | 1598 | /**************************************************************************/ |