Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: tone off optimization - 3rd, fixes #2547
  • Loading branch information
perexg committed Dec 15, 2014
1 parent 6de9391 commit 5d7039c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/linuxdvb/linuxdvb_satconf.c
Expand Up @@ -726,7 +726,7 @@ linuxdvb_satconf_ele_tune ( linuxdvb_satconf_ele_t *lse )
*/

if (!lse->lse_en50494 || lse->lse_switch || lse->lse_rotor) {
if (ls->ls_diseqc_full || ls->ls_last_tone_off != 1) {
if (ls->ls_diseqc_full) {
tvhtrace("diseqc", "initial tone off");
ls->ls_last_tone_off = 0; /* force */
if (linuxdvb_satconf_tone_off(lse, lfe->lfe_fe_fd, 0))
Expand Down

0 comments on commit 5d7039c

Please sign in to comment.