Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: set DTV_TRANSMISSION_MODE (auto) for ISDB-T
  • Loading branch information
perexg committed May 14, 2016
1 parent daf2f88 commit c5f3c66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/input/mpegts/linuxdvb/linuxdvb_frontend.c
Expand Up @@ -1708,8 +1708,9 @@ linuxdvb_frontend_tune0
} else if (lfe->lfe_type == DVB_TYPE_ISDB_T) {
int i, j;
S2CMD(DTV_BANDWIDTH_HZ, dvb_bandwidth(dmc->u.dmc_fe_isdbt.bandwidth));
S2CMD(DTV_GUARD_INTERVAL, TRU(isdbt.guard_interval, guard_tbl, GUARD_INTERVAL_AUTO));
#if DVB_VER_ATLEAST(5,1)
S2CMD(DTV_GUARD_INTERVAL, TRU(isdbt.guard_interval, guard_tbl, GUARD_INTERVAL_AUTO));
S2CMD(DTV_TRANSMISSION_MODE, TRANSMISSION_MODE_AUTO);
S2CMD(DTV_ISDBT_LAYER_ENABLED, 7);
S2CMD(DTV_ISDBT_PARTIAL_RECEPTION, 1);
S2CMD(DTV_ISDBT_SOUND_BROADCASTING,0);
Expand Down

0 comments on commit c5f3c66

Please sign in to comment.