Commit d23bca37 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Lock order fix

parent dec407e7
......@@ -130,8 +130,8 @@ static int MixBuffer( aout_instance_t * p_aout )
}
aout_lock_output_fifo( p_aout );
aout_lock_input_fifos( p_aout );
aout_lock_output_fifo( p_aout );
/* Retrieve the date of the next buffer. */
exact_start_date = p_aout->output.fifo.end_date;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment