Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- --- neutrino-mp-tangos.org/src/zapit/src/frontend.cpp 2017-12-24 13:35:12.554568773 +0100
- +++ neutrino-mp-tangos/src/zapit/src/frontend.cpp 2018-01-05 20:46:15.817117763 +0100
- @@ -106,7 +106,9 @@
- { DTV_INNER_FEC, {}, { FEC_AUTO } ,0},
- { DTV_PILOT, {}, { PILOT_AUTO } ,0},
- { DTV_ROLLOFF, {}, { ROLLOFF_AUTO } ,0},
- +#if defined DTV_STREAM_ID
- { DTV_STREAM_ID, {}, { NO_STREAM_ID_FILTER } ,0},
- +#endif
- { DTV_TUNE, {}, { 0 } ,0 }
- };
- @@ -1296,7 +1298,9 @@
- cmdseq.props[MODULATION].u.data = feparams->modulation;
- cmdseq.props[ROLLOFF].u.data = feparams->rolloff;
- cmdseq.props[PILOTS].u.data = pilot;
- +#if defined DTV_STREAM_ID
- cmdseq.props[MIS].u.data = feparams->plp_id | (feparams->pls_code << 8) | (feparams->pls_mode << 26);
- +#endif
- if (zapit_debug) printf("[fe%d/%d] tuner pilot %d (feparams %d)\n", adapter, fenumber, pilot, feparams->pilot);
- } else {
- memcpy(cmdseq.props, dvbs_cmdargs, sizeof(dvbs_cmdargs));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement