Skip to content

Commit

Permalink
fix VU+ BCM 45308X tuner problem
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed Oct 17, 2020
1 parent fc274ec commit d478860
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/zapit/src/frontend.cpp
Expand Up @@ -79,7 +79,11 @@ extern int zapit_debug;

#define FE_COMMON_PROPS 2
#define FE_DVBS_PROPS 6
#if 0 //defined DTV_STREAM_ID /* FIXME: problem with BCM45308X */
#define FE_DVBS2_PROPS 9
#else
#define FE_DVBS2_PROPS 8
#endif
#define FE_DVBC_PROPS 6
#define FE_DVBT_PROPS 10
#define FE_DVBT2_PROPS 11
Expand All @@ -106,7 +110,9 @@ static const struct dtv_property dvbs2_cmdargs[] = {
{ DTV_INNER_FEC, {} , { FEC_AUTO }, 0 },
{ DTV_PILOT, {} , { PILOT_AUTO }, 0 },
{ DTV_ROLLOFF, {} , { ROLLOFF_AUTO }, 0 },
#if 0 //defined DTV_STREAM_ID /* FIXME: problem with BCM45308X */
{ DTV_STREAM_ID, {} , { NO_STREAM_ID_FILTER }, 0 },
#endif
{ DTV_TUNE, {} , { 0 }, 0 }
};

Expand Down

0 comments on commit d478860

Please sign in to comment.