dvb: fix mistake in dvr close commit (wasn't restarting thread)
This commit is contained in:
parent
271165a4c5
commit
1c9e85b326
1 changed files with 1 additions and 2 deletions
|
@ -434,8 +434,7 @@ dvb_fe_tune(th_dvb_mux_instance_t *tdmi, const char *reason)
|
|||
|
||||
if(tda->tda_mux_current != NULL)
|
||||
dvb_fe_stop(tda->tda_mux_current, 1);
|
||||
else
|
||||
dvb_adapter_start(tda);
|
||||
dvb_adapter_start(tda);
|
||||
|
||||
if(tda->tda_type == FE_QPSK) {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue