aboutsummaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/cx88/cx88-video.c3
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 d9d1a07f3a4..6fd15839ddf 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,
},{