mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
Merge branch 'master' of https://github.com/TangoCash/libstb-hal-tangos
Origin commit data
------------------
Branch: master
Commit: cd79fa3c48
Author: vanhofen <vanhofen@gmx.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:
@@ -28,6 +28,7 @@ typedef struct hw_caps
|
|||||||
int has_SCART;
|
int has_SCART;
|
||||||
int has_SCART_input;
|
int has_SCART_input;
|
||||||
int has_YUV_cinch;
|
int has_YUV_cinch;
|
||||||
|
int has_button_vformat;
|
||||||
int can_shutdown;
|
int can_shutdown;
|
||||||
int can_cec;
|
int can_cec;
|
||||||
int can_ar_14_9; /* video drivers have 14:9 aspect ratio mode */
|
int can_ar_14_9; /* video drivers have 14:9 aspect ratio mode */
|
||||||
|
@@ -71,9 +71,17 @@ static const char *DMX_T[] = {
|
|||||||
|
|
||||||
/* this is the number of different cDemux() units, not the number of
|
/* this is the number of different cDemux() units, not the number of
|
||||||
* /dev/dvb/.../demuxX devices! */
|
* /dev/dvb/.../demuxX devices! */
|
||||||
|
#if BOXMODEL_VUSOLO4K
|
||||||
|
#define NUM_DEMUX 16
|
||||||
|
#else
|
||||||
#define NUM_DEMUX 4
|
#define NUM_DEMUX 4
|
||||||
|
#endif
|
||||||
/* the current source of each cDemux unit */
|
/* 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 };
|
static int dmx_source[NUM_DEMUX] = { 0, 0, 0, 0 };
|
||||||
|
#endif
|
||||||
|
|
||||||
/* map the device numbers. */
|
/* map the device numbers. */
|
||||||
#if BOXMODEL_VUSOLO4K
|
#if BOXMODEL_VUSOLO4K
|
||||||
|
Reference in New Issue
Block a user