fe_delivery_system typePossible values:
+
typedef enum fe_delivery_system {
SYS_UNDEFINED,
- SYS_DVBC_ANNEX_AC,
+ SYS_DVBC_ANNEX_A,
SYS_DVBC_ANNEX_B,
SYS_DVBT,
SYS_DSS,
@@ -355,6 +354,7 @@ typedef enum fe_delivery_system {
SYS_DAB,
SYS_DVBT2,
SYS_TURBO,
+ SYS_DVBC_ANNEX_C,
} fe_delivery_system_t;
@@ -781,7 +781,8 @@ typedef enum fe_hierarchy {
Properties used on cable delivery systemsDVB-C delivery system
- The DVB-C Annex-A/C is the widely used cable standard. Transmission uses QAM modulation.
+ The DVB-C Annex-A is the widely used cable standard. Transmission uses QAM modulation.
+ The DVB-C Annex-C is optimized for 6MHz, and is used in Japan. It supports a subset of the Annex A modulation types, and a roll-off of 0.13, instead of 0.15The following parameters are valid for DVB-C Annex A/C:DTV_API_VERSION
@@ -792,10 +793,8 @@ typedef enum fe_hierarchy {
DTV_MODULATIONDTV_INVERSIONDTV_SYMBOL_RATE
- DTV_ROLLOFFDTV_INNER_FEC
- The Rolloff of 0.15 (ROLLOFF_15) is assumed, as ITU-T J.83 Annex A is more common. For Annex C, rolloff should be 0.13 (ROLLOFF_13). All other values are invalid.DVB-C Annex B delivery system
diff --git a/Documentation/DocBook/media/dvb/frontend.xml b/Documentation/DocBook/media/dvb/frontend.xml
index 61407eaba020..28d7ea5d5e73 100644
--- a/Documentation/DocBook/media/dvb/frontend.xml
+++ b/Documentation/DocBook/media/dvb/frontend.xml
@@ -45,8 +45,8 @@ transmission. The fontend types are given by fe_type_t type, defined as:
FE_QAM
- For DVB-C annex A/C standard
- SYS_DVBC_ANNEX_AC
+ For DVB-C annex A standard
+ SYS_DVBC_ANNEX_AFE_OFDM