Commit a44ee597 authored by Benjamin Pracht's avatar Benjamin Pracht

Forgot to remove some debug...

parent 58cf097d
......@@ -135,9 +135,6 @@ int ProbeFormat( aout_instance_t * p_aout, const char * psz_device,
/* Now test linear PCM capabilities */
gettimeofday( &tval, NULL );
msg_Err( p_aout, "Time before open: %i", tval.tv_usec );
/* Since it seems snd_pcm_close hasen't really released the device at
the time it returns, probe if the device is available in loop for 1s.
We cannot use blocking mode since the we would wait indefinitely when
......
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