diff options
author | David T.L. Wong <davidtlwong@gmail.com> | 2009-10-20 12:13:39 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 18:40:52 -0200 |
commit | fb29ab96982baba57b03636e2a894c0d0acd197e (patch) | |
tree | c035f1fc9b0f5ca9d0192b4861ce10d11367edf4 /include/media | |
parent | 184e769f93e734ced24c948ea02e3d541c45c766 (diff) |
V4L/DVB (13206): cx25840: add component support
Signed-off-by: David T.L. Wong <davidtlwong@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/cx25840.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/cx25840.h b/include/media/cx25840.h index 2c3fbaa33f74..0b0cb1776796 100644 --- a/include/media/cx25840.h +++ b/include/media/cx25840.h @@ -84,6 +84,7 @@ enum cx25840_video_input { CX25840_NONE0_CH3 = 0x80000080, CX25840_NONE1_CH3 = 0x800000c0, CX25840_SVIDEO_ON = 0x80000100, + CX25840_COMPONENT_ON = 0x80000200, }; enum cx25840_audio_input { |