Bug #2275 ยป tone_explicite_disable.patch
src/input/mpegts/linuxdvb/linuxdvb_satconf.c | ||
---|---|---|
633 | 633 |
// and/or re-affirm the switch |
634 | 634 | |
635 | 635 |
/* Disable tone (en50494 don't use tone) */ |
636 |
if (!lse->lse_en50494) {
|
|
636 |
tvhdebug("en50494", "matthias try - disable tone explicit");
|
|
637 | 637 |
if (ioctl(lfe->lfe_fe_fd, FE_SET_TONE, SEC_TONE_OFF)) { |
638 | 638 |
tvherror("diseqc", "failed to disable tone"); |
639 | 639 |
return -1; |
640 | 640 |
} |
641 |
} |
|
641 | ||
642 | 642 | |
643 | 643 |
/* Diseqc */ |
644 | 644 |
for (i = ls->ls_diseqc_idx; i < ARRAY_SIZE(lds); i++) { |