diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2006-02-07 03:45:34 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-02-07 03:47:49 -0500 |
commit | 0dfd812d4b2afc797310943b451608d347854e76 (patch) | |
tree | d9ef7a4cc48a9252ddecdb802cc491f9a26c70eb /include/linux/videodev2.h | |
parent | a77a922fcc56fe44fd8f65c041a52ff48474fafe (diff) |
V4L/DVB (3300): Add standard for South Korean NTSC-M using A2 audio.
South Korea uses NTSC-M but with A2 audio instead of BTSC. Several audio
chips need this information in order to set the correct audio processing
registers.
Acked-by: Mauro Carvalho Chehab <mauro_chehab@yahoo.com.br>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r-- | include/linux/videodev2.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index ce40675324bd..839ccc70698e 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -628,6 +628,7 @@ typedef __u64 v4l2_std_id; | |||
628 | #define V4L2_STD_NTSC_M ((v4l2_std_id)0x00001000) | 628 | #define V4L2_STD_NTSC_M ((v4l2_std_id)0x00001000) |
629 | #define V4L2_STD_NTSC_M_JP ((v4l2_std_id)0x00002000) | 629 | #define V4L2_STD_NTSC_M_JP ((v4l2_std_id)0x00002000) |
630 | #define V4L2_STD_NTSC_443 ((v4l2_std_id)0x00004000) | 630 | #define V4L2_STD_NTSC_443 ((v4l2_std_id)0x00004000) |
631 | #define V4L2_STD_NTSC_M_KR ((v4l2_std_id)0x00008000) | ||
631 | 632 | ||
632 | #define V4L2_STD_SECAM_B ((v4l2_std_id)0x00010000) | 633 | #define V4L2_STD_SECAM_B ((v4l2_std_id)0x00010000) |
633 | #define V4L2_STD_SECAM_D ((v4l2_std_id)0x00020000) | 634 | #define V4L2_STD_SECAM_D ((v4l2_std_id)0x00020000) |
@@ -660,7 +661,8 @@ typedef __u64 v4l2_std_id; | |||
660 | V4L2_STD_PAL_H |\ | 661 | V4L2_STD_PAL_H |\ |
661 | V4L2_STD_PAL_I) | 662 | V4L2_STD_PAL_I) |
662 | #define V4L2_STD_NTSC (V4L2_STD_NTSC_M |\ | 663 | #define V4L2_STD_NTSC (V4L2_STD_NTSC_M |\ |
663 | V4L2_STD_NTSC_M_JP) | 664 | V4L2_STD_NTSC_M_JP |\ |
665 | V4L2_STD_NTSC_M_KR) | ||
664 | #define V4L2_STD_SECAM_DK (V4L2_STD_SECAM_D |\ | 666 | #define V4L2_STD_SECAM_DK (V4L2_STD_SECAM_D |\ |
665 | V4L2_STD_SECAM_K |\ | 667 | V4L2_STD_SECAM_K |\ |
666 | V4L2_STD_SECAM_K1) | 668 | V4L2_STD_SECAM_K1) |