Skip to content

Commit

Permalink
[media] DVB: Use a unique delivery system identifier for DVBC_ANNEX_C
Browse files Browse the repository at this point in the history
Use a unique delivery system identifier for DVBC_ANNEX_C, just like any
other.

DVBC_ANNEX_A and DVBC_ANNEX_C have slightly different parameters
and are used in 2 geographically different locations.

Signed-off-by: Manu Abraham <abraham.manu@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Dec 20, 2011
1 parent 875e2e3 commit bf3b840
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion include/linux/dvb/frontend.h
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ typedef enum fe_rolloff {

typedef enum fe_delivery_system {
SYS_UNDEFINED,
SYS_DVBC_ANNEX_AC,
SYS_DVBC_ANNEX_A,
SYS_DVBC_ANNEX_B,
SYS_DVBT,
SYS_DSS,
Expand All @@ -354,8 +354,13 @@ typedef enum fe_delivery_system {
SYS_DAB,
SYS_DVBT2,
SYS_TURBO,
SYS_DVBC_ANNEX_C,
} fe_delivery_system_t;


#define SYS_DVBC_ANNEX_AC SYS_DVBC_ANNEX_A


struct dtv_cmds_h {
char *name; /* A display name for debugging purposes */

Expand Down

0 comments on commit bf3b840

Please sign in to comment.