Merge branch 'master' of github.com:Duckbox-Developers/libstb-hal-ddt

Origin commit data
------------------
Branch: master
Commit: 14a5c9b79d
Author: TangoCash <eric@loxat.de>
Date: 2018-12-25 (Tue, 25 Dec 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2018-12-25 11:55:04 +01:00
105 changed files with 85 additions and 93 deletions

View File

@@ -71,9 +71,17 @@ static const char *DMX_T[] = {
/* this is the number of different cDemux() units, not the number of
* /dev/dvb/.../demuxX devices! */
#if BOXMODEL_VUSOLO4K
#define NUM_DEMUX 16
#else
#define NUM_DEMUX 4
#endif
/* the current source of each cDemux unit */
#if BOXMODEL_VUSOLO4K
static int dmx_source[NUM_DEMUX] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
#else
static int dmx_source[NUM_DEMUX] = { 0, 0, 0, 0 };
#endif
/* map the device numbers. */
#if BOXMODEL_VUSOLO4K

View File

@@ -8,7 +8,7 @@
#include <string.h>
#include <unistd.h>
#include "init_td.h"
#include "init.h"
#include "pwrmngr.h"
#include <proc_tools.h>