Advertisement
svenhoefer

Untitled

Jan 5th, 2018
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.11 KB | None | 0 0
  1. diff -Nur '--exclude-from=/home/tango/DDT/scripts/diff-exclude' neutrino-mp-tangos.org/src/zapit/src/frontend.cpp neutrino-mp-tangos/src/zapit/src/frontend.cpp
  2. --- neutrino-mp-tangos.org/src/zapit/src/frontend.cpp   2017-12-24 13:35:12.554568773 +0100
  3. +++ neutrino-mp-tangos/src/zapit/src/frontend.cpp   2018-01-05 20:46:15.817117763 +0100
  4. @@ -106,7 +106,9 @@
  5.     { DTV_INNER_FEC,    {}, { FEC_AUTO      } ,0},
  6.     { DTV_PILOT,        {}, { PILOT_AUTO    } ,0},
  7.     { DTV_ROLLOFF,      {}, { ROLLOFF_AUTO  } ,0},
  8. +#if defined DTV_STREAM_ID
  9.     { DTV_STREAM_ID,    {}, { NO_STREAM_ID_FILTER } ,0},
  10. +#endif
  11.     { DTV_TUNE,     {}, { 0         } ,0 }
  12.  };
  13.  
  14. @@ -1296,7 +1298,9 @@
  15.             cmdseq.props[MODULATION].u.data = feparams->modulation;
  16.             cmdseq.props[ROLLOFF].u.data    = feparams->rolloff;
  17.             cmdseq.props[PILOTS].u.data = pilot;
  18. +#if defined DTV_STREAM_ID
  19.             cmdseq.props[MIS].u.data = feparams->plp_id | (feparams->pls_code << 8) | (feparams->pls_mode << 26);
  20. +#endif
  21.             if (zapit_debug) printf("[fe%d/%d] tuner pilot %d (feparams %d)\n", adapter, fenumber, pilot, feparams->pilot);
  22.         } else {
  23.             memcpy(cmdseq.props, dvbs_cmdargs, sizeof(dvbs_cmdargs));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement