diff options
Diffstat (limited to 'include/linux/dvb/frontend.h')
-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 { |