mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
armbox: align to demuxes
Origin commit data
------------------
Branch: master
Commit: 63cb1f936c
Author: TangoCash <eric@loxat.de>
Date: 2017-09-17 (Sun, 17 Sep 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -110,14 +110,19 @@ static const char *DMX_T[] = {
|
|||||||
static int dmx_source[NUM_DEMUX] = { 0, 0, 0, 0 };
|
static int dmx_source[NUM_DEMUX] = { 0, 0, 0, 0 };
|
||||||
|
|
||||||
/* map the device numbers. */
|
/* map the device numbers. */
|
||||||
#define NUM_DEMUXDEV 3
|
#define NUM_DEMUXDEV 8
|
||||||
static const char *devname[NUM_DEMUXDEV] = {
|
static const char *devname[NUM_DEMUXDEV] = {
|
||||||
"/dev/dvb/adapter0/demux0",
|
"/dev/dvb/adapter0/demux0",
|
||||||
"/dev/dvb/adapter0/demux1",
|
"/dev/dvb/adapter0/demux1",
|
||||||
"/dev/dvb/adapter0/demux2"
|
"/dev/dvb/adapter0/demux2",
|
||||||
|
"/dev/dvb/adapter0/demux3",
|
||||||
|
"/dev/dvb/adapter0/demux4",
|
||||||
|
"/dev/dvb/adapter0/demux5",
|
||||||
|
"/dev/dvb/adapter0/demux6",
|
||||||
|
"/dev/dvb/adapter0/demux7"
|
||||||
};
|
};
|
||||||
/* did we already DMX_SET_SOURCE on that demux device? */
|
/* did we already DMX_SET_SOURCE on that demux device? */
|
||||||
static bool init[NUM_DEMUXDEV] = { false, false, false };
|
static bool init[NUM_DEMUXDEV] = { false, false, false, false, false, false, false, false };
|
||||||
|
|
||||||
/* uuuugly */
|
/* uuuugly */
|
||||||
static int dmx_tp_count = 0;
|
static int dmx_tp_count = 0;
|
||||||
|
Reference in New Issue
Block a user