|
@@ -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,
|
|
|
};
|
|
|
|
|
|
/**************************************************************************/
|