Skip to content

Commit

Permalink
media: dvb-frontends/stid135: Disable forced frame mode for DVB-S2 TS.
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycat69 committed Nov 8, 2023
1 parent bf63058 commit a2daf45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/media/dvb-frontends/stid135/stid135_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -4878,6 +4878,8 @@ fe_lla_error_t fe_stid135_manage_matype_info(fe_stid135_handle_t handle,

/* If TS/GS = 11 (MPEG TS), reset matype force bit and do NOT load frames in MPEG packets */
if(((genuine_matype>>6) & 0x3) == 0x3) {
error |= ChipSetField(pParams->handle_demod, FLD_FC8CODEW_DVBSX_PKTDELIN_PDELCTRL2_FORCE_CONTINUOUS(Demod), 0);
error |= ChipSetField(pParams->handle_demod, FLD_FC8CODEW_DVBSX_PKTDELIN_PDELCTRL2_FRAME_MODE(Demod), 0);
/* "TS FIFO Minimum latence mode */
if(pParams->ts_nosync)
error |= ChipSetField(pParams->handle_demod, FLD_FC8CODEW_DVBSX_HWARE_TSSTATE1_TSOUT_NOSYNC(Demod), 1);
Expand Down

0 comments on commit a2daf45

Please sign in to comment.