diff options
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/cx88/cx88-video.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-video.c b/drivers/media/video/cx88/cx88-video.c index d9d1a07..6fd1583 100644 --- a/drivers/media/video/cx88/cx88-video.c +++ b/drivers/media/video/cx88/cx88-video.c @@ -94,6 +94,9 @@ static struct v4l2_tvnorm tvnorms[] = { .name = "NTSC-JP", .id = V4L2_STD_NTSC_M_JP, },{ + .name = "NTSC-4.43", + .id = V4L2_STD_NTSC_443, + },{ .name = "PAL-BG", .id = V4L2_STD_PAL_BG, },{ |