summaryrefslogtreecommitdiff
path: root/Documentation/DocBook/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-10-07 15:43:58 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-10-07 15:57:58 -0300
commit0693bdf75469487812da7c09949b09ad0396a737 (patch)
tree08d9498f7b979a9d8ecec28b912cb354475556b8 /Documentation/DocBook/media
parent2f684b239cdbfcc1160392645a8fc056a68847ca (diff)
[media] dvb: Remove unused frontend sources at demux.h and sync doc
The DVB core has a provision for other frontend sources, but no drivers use it. The kdapi.xml contains provision for some other frontend source types, but it is not in sync with the code. So, remove the unused types and sync both files. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook/media')
-rw-r--r--Documentation/DocBook/media/dvb/kdapi.xml13
1 files changed, 4 insertions, 9 deletions
diff --git a/Documentation/DocBook/media/dvb/kdapi.xml b/Documentation/DocBook/media/dvb/kdapi.xml
index 1acae6730151..ff133a326d50 100644
--- a/Documentation/DocBook/media/dvb/kdapi.xml
+++ b/Documentation/DocBook/media/dvb/kdapi.xml
@@ -148,14 +148,9 @@ should be kept identical) to the types in the demux device.
/&#x22C6;--------------------------------------------------------------------------&#x22C6;/
typedef enum {
- DMX_OTHER_FE = 0,
- DMX_SATELLITE_FE,
- DMX_CABLE_FE,
- DMX_TERRESTRIAL_FE,
- DMX_LVDS_FE,
- DMX_ASI_FE, /&#x22C6; DVB-ASI interface &#x22C6;/
- DMX_MEMORY_FE
- } dmx_frontend_source_t;
+ DMX_MEMORY_FE,
+ DMX_FRONTEND_0,
+ } dmx_frontend_source;
typedef struct {
/&#x22C6; The following char&#x22C6; fields point to NULL terminated strings &#x22C6;/
@@ -166,7 +161,7 @@ should be kept identical) to the types in the demux device.
be connected to a particular
demux &#x22C6;/
void&#x22C6; priv; /&#x22C6; Pointer to private data of the API client &#x22C6;/
- dmx_frontend_source_t source;
+ dmx_frontend_source source;
} dmx_frontend_t;
/&#x22C6;--------------------------------------------------------------------------&#x22C6;/