diff options
author | Devin Heitmueller <dheitmueller@linuxtv.org> | 2009-03-11 02:00:53 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:26 -0400 |
commit | 0ef21071d985cb9e33238210760810c71e100b20 (patch) | |
tree | c6abf8859c709627d021e54c67ea26da2e0c2a36 /drivers/media/video/au0828 | |
parent | e2bff45cd6151b4deb6adfd94eab87374f43ea34 (diff) |
V4L/DVB (11072): au0828: advertise only NTSC-M (as opposed to all NTSC standards)
We don't now how to make any variant of NTSC work other than NTSC-M, so don't
advertise that we support the other variants.
Signed-off-by: Devin Heitmueller <dheitmueller@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/au0828')
-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 | /**************************************************************************/ |