diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-09-23 21:21:26 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:37:07 -0400 |
commit | 8316568930074723bdc47d6777f822be0422a5b7 (patch) | |
tree | 48849401c22d1602cf6013aeb7f449a968c2a057 /include/linux/dvb | |
parent | fc6e8c284bcb23ac7a576b7959803168398e390a (diff) |
V4L/DVB (9025): S2API: Deactivate the ISDB-T definitions
We don't want to push the ISDB-T definitions into the kernel until
we have a high level of confidence in the ISDB-T API. More testing
is required before this code is released.
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/dvb')
-rw-r--r-- | include/linux/dvb/frontend.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index 71f25f5bf37d..c822bc156c48 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h | |||
@@ -280,36 +280,6 @@ typedef enum dtv_cmd_types { | |||
280 | 280 | ||
281 | /* New commands are always appended */ | 281 | /* New commands are always appended */ |
282 | DTV_DELIVERY_SYSTEM, | 282 | DTV_DELIVERY_SYSTEM, |
283 | |||
284 | /* ISDB */ | ||
285 | /* maybe a dup of DTV_ISDB_SOUND_BROADCASTING_SUBCHANNEL_ID ??? */ | ||
286 | DTV_ISDB_SEGMENT_IDX, | ||
287 | DTV_ISDB_SEGMENT_WIDTH, /* 1, 3 or 13 ??? */ | ||
288 | |||
289 | /* the central segment can be received independently or 1/3 seg in SB-mode */ | ||
290 | DTV_ISDB_PARTIAL_RECEPTION, | ||
291 | /* sound broadcasting is used 0 = 13segment, 1 = 1 or 3 see DTV_ISDB_PARTIAL_RECEPTION */ | ||
292 | DTV_ISDB_SOUND_BROADCASTING, | ||
293 | |||
294 | /* only used in SB */ | ||
295 | /* determines the initial PRBS of the segment (to match with 13seg channel) */ | ||
296 | DTV_ISDB_SOUND_BROADCASTING_SUBCHANNEL_ID, | ||
297 | |||
298 | DTV_ISDB_LAYERA_FEC, | ||
299 | DTV_ISDB_LAYERA_MODULATION, | ||
300 | DTV_ISDB_LAYERA_SEGMENT_WIDTH, | ||
301 | DTV_ISDB_LAYERA_TIME_INTERLEAVER, | ||
302 | |||
303 | DTV_ISDB_LAYERB_FEC, | ||
304 | DTV_ISDB_LAYERB_MODULATION, | ||
305 | DTV_ISDB_LAYERB_SEGMENT_WIDTH, | ||
306 | DTV_ISDB_LAYERB_TIME_INTERLEAVING, | ||
307 | |||
308 | DTV_ISDB_LAYERC_FEC, | ||
309 | DTV_ISDB_LAYERC_MODULATION, | ||
310 | DTV_ISDB_LAYERC_SEGMENT_WIDTH, | ||
311 | DTV_ISDB_LAYERC_TIME_INTERLEAVING, | ||
312 | |||
313 | } dtv_cmd_types_t; | 283 | } dtv_cmd_types_t; |
314 | 284 | ||
315 | typedef enum fe_pilot { | 285 | typedef enum fe_pilot { |