From: Jaroslav Kysela Date: Mon, 15 Dec 2014 14:58:14 +0000 (+0100) Subject: linuxdvb: tone off optimization - 3rd, fixes #2547 X-Git-Tag: v4.1~588 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d7039c6da5059302bb33951434e6da6d3ed19af;p=thirdparty%2Ftvheadend.git linuxdvb: tone off optimization - 3rd, fixes #2547 --- diff --git a/src/input/mpegts/linuxdvb/linuxdvb_satconf.c b/src/input/mpegts/linuxdvb/linuxdvb_satconf.c index 06fa76c9a..5ceddd585 100644 --- a/src/input/mpegts/linuxdvb/linuxdvb_satconf.c +++ b/src/input/mpegts/linuxdvb/linuxdvb_satconf.c @@ -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))