diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:25:03 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:25:03 -0500 |
commit | e142e5107f1e4103dad16e391a41166e15b66a9c (patch) | |
tree | 6a6d138efbf9ace2fb2d2f541fc961dbd7bd8873 /include/media | |
parent | 1faf11a3ed19d7d404fa867f572a1f23def9882e (diff) |
V4L (1021): Tuner description now follows the same CodingStyle as the others
- Tuner description now follows the same CodingStyle as the others
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/tuner.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/include/media/tuner.h b/include/media/tuner.h index b37cde606692..b28aa17213f5 100644 --- a/include/media/tuner.h +++ b/include/media/tuner.h | |||
@@ -115,28 +115,6 @@ | |||
115 | #define TUNER_PHILIPS_TUV1236D 68 /* ATI HDTV Wonder */ | 115 | #define TUNER_PHILIPS_TUV1236D 68 /* ATI HDTV Wonder */ |
116 | #define TUNER_TNF_5335MF 69 /* Sabrent Bt848 */ | 116 | #define TUNER_TNF_5335MF 69 /* Sabrent Bt848 */ |
117 | 117 | ||
118 | #define NOTUNER 0 | ||
119 | #define PAL 1 /* PAL_BG */ | ||
120 | #define PAL_I 2 | ||
121 | #define NTSC 3 | ||
122 | #define SECAM 4 | ||
123 | #define ATSC 5 | ||
124 | #define RADIO 6 | ||
125 | |||
126 | #define NoTuner 0 | ||
127 | #define Philips 1 | ||
128 | #define TEMIC 2 | ||
129 | #define Sony 3 | ||
130 | #define Alps 4 | ||
131 | #define LGINNOTEK 5 | ||
132 | #define SHARP 6 | ||
133 | #define Samsung 7 | ||
134 | #define Microtune 8 | ||
135 | #define HITACHI 9 | ||
136 | #define Panasonic 10 | ||
137 | #define TCL 11 | ||
138 | #define THOMSON 12 | ||
139 | |||
140 | #define TUNER_SET_TYPE_ADDR _IOW('T',3,int) | 118 | #define TUNER_SET_TYPE_ADDR _IOW('T',3,int) |
141 | #define TUNER_SET_STANDBY _IOW('T',4,int) | 119 | #define TUNER_SET_STANDBY _IOW('T',4,int) |
142 | #define TDA9887_SET_CONFIG _IOW('t',5,int) | 120 | #define TDA9887_SET_CONFIG _IOW('t',5,int) |