linuxdvb: tone off optimization - 3rd, fixes #2547

This commit is contained in:
Jaroslav Kysela 2014-12-15 15:58:14 +01:00
parent 6de939111d
commit 5d7039c6da

View file

@ -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))