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>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
fc6e8c284b
commit
8316568930
@@ -280,36 +280,6 @@ typedef enum dtv_cmd_types {
|
||||
|
||||
/* New commands are always appended */
|
||||
DTV_DELIVERY_SYSTEM,
|
||||
|
||||
/* ISDB */
|
||||
/* maybe a dup of DTV_ISDB_SOUND_BROADCASTING_SUBCHANNEL_ID ??? */
|
||||
DTV_ISDB_SEGMENT_IDX,
|
||||
DTV_ISDB_SEGMENT_WIDTH, /* 1, 3 or 13 ??? */
|
||||
|
||||
/* the central segment can be received independently or 1/3 seg in SB-mode */
|
||||
DTV_ISDB_PARTIAL_RECEPTION,
|
||||
/* sound broadcasting is used 0 = 13segment, 1 = 1 or 3 see DTV_ISDB_PARTIAL_RECEPTION */
|
||||
DTV_ISDB_SOUND_BROADCASTING,
|
||||
|
||||
/* only used in SB */
|
||||
/* determines the initial PRBS of the segment (to match with 13seg channel) */
|
||||
DTV_ISDB_SOUND_BROADCASTING_SUBCHANNEL_ID,
|
||||
|
||||
DTV_ISDB_LAYERA_FEC,
|
||||
DTV_ISDB_LAYERA_MODULATION,
|
||||
DTV_ISDB_LAYERA_SEGMENT_WIDTH,
|
||||
DTV_ISDB_LAYERA_TIME_INTERLEAVER,
|
||||
|
||||
DTV_ISDB_LAYERB_FEC,
|
||||
DTV_ISDB_LAYERB_MODULATION,
|
||||
DTV_ISDB_LAYERB_SEGMENT_WIDTH,
|
||||
DTV_ISDB_LAYERB_TIME_INTERLEAVING,
|
||||
|
||||
DTV_ISDB_LAYERC_FEC,
|
||||
DTV_ISDB_LAYERC_MODULATION,
|
||||
DTV_ISDB_LAYERC_SEGMENT_WIDTH,
|
||||
DTV_ISDB_LAYERC_TIME_INTERLEAVING,
|
||||
|
||||
} dtv_cmd_types_t;
|
||||
|
||||
typedef enum fe_pilot {
|
||||
|
Reference in New Issue
Block a user