diff options
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/cx25840.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/include/media/cx25840.h b/include/media/cx25840.h index 8e7e52d659a0..cd599ad29fb2 100644 --- a/include/media/cx25840.h +++ b/include/media/cx25840.h | |||
@@ -49,6 +49,25 @@ enum cx25840_video_input { | |||
49 | CX25840_SVIDEO2 = 0x620, | 49 | CX25840_SVIDEO2 = 0x620, |
50 | CX25840_SVIDEO3 = 0x730, | 50 | CX25840_SVIDEO3 = 0x730, |
51 | CX25840_SVIDEO4 = 0x840, | 51 | CX25840_SVIDEO4 = 0x840, |
52 | |||
53 | /* Allow frames to specify specific input configurations */ | ||
54 | CX25840_VIN1_CH1 = 0x80000000, | ||
55 | CX25840_VIN2_CH1 = 0x80000001, | ||
56 | CX25840_VIN3_CH1 = 0x80000002, | ||
57 | CX25840_VIN4_CH1 = 0x80000003, | ||
58 | CX25840_VIN5_CH1 = 0x80000004, | ||
59 | CX25840_VIN6_CH1 = 0x80000005, | ||
60 | CX25840_VIN7_CH1 = 0x80000006, | ||
61 | CX25840_VIN8_CH1 = 0x80000007, | ||
62 | CX25840_VIN4_CH2 = 0x80000000, | ||
63 | CX25840_VIN5_CH2 = 0x80000010, | ||
64 | CX25840_VIN6_CH2 = 0x80000020, | ||
65 | CX25840_NONE_CH2 = 0x80000030, | ||
66 | CX25840_VIN7_CH3 = 0x80000000, | ||
67 | CX25840_VIN8_CH3 = 0x80000040, | ||
68 | CX25840_NONE0_CH3 = 0x80000080, | ||
69 | CX25840_NONE1_CH3 = 0x800000c0, | ||
70 | CX25840_SVIDEO_ON = 0x80000100, | ||
52 | }; | 71 | }; |
53 | 72 | ||
54 | enum cx25840_audio_input { | 73 | enum cx25840_audio_input { |