Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: remove the wrong assert in mux stop (lfe_in_setup)
  • Loading branch information
perexg committed Sep 9, 2014
1 parent 3240a8e commit 7863fc9
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 @@ -289,13 +289,14 @@ linuxdvb_frontend_stop_mux
lfe->lfe_ready = 0;
lfe->lfe_locked = 0;
lfe->lfe_status = 0;
assert(lfe->lfe_in_setup == 0);

/* Ensure it won't happen immediately */
gtimer_arm(&lfe->lfe_monitor_timer, linuxdvb_frontend_monitor, lfe, 2);

if (lfe->lfe_satconf)
linuxdvb_satconf_post_stop_mux(lfe->lfe_satconf);

lfe->lfe_in_setup = 0;
}

static int
Expand Down

0 comments on commit 7863fc9

Please sign in to comment.