alsa.c: don't fail the probe without giving a reason in the log.

parent 8a9bec42
...@@ -234,6 +234,7 @@ static void Probe( aout_instance_t * p_aout, ...@@ -234,6 +234,7 @@ static void Probe( aout_instance_t * p_aout,
if( val.i_int <= 0 ) if( val.i_int <= 0 )
{ {
/* Probe() has failed. */ /* Probe() has failed. */
msg_Dbg( p_aout, "failed to find a useable alsa configuration" );
var_Destroy( p_aout, "audio-device" ); var_Destroy( p_aout, "audio-device" );
return; return;
} }
......
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