. Test non bloquant de l'ouverture du dsp � l'initialisation du plugin

pour le cas o� il est utilis� par esd
This commit is contained in:
Stéphane Borel 2000-11-30 20:43:16 +00:00
parent b207b8f82e
commit a06f74ac12
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ plugin_info_t * GetConfig( void )
/* Test if the device can be opened */
if ( (i_fd = open( main_GetPszVariable( AOUT_DSP_VAR, AOUT_DSP_DEFAULT ),
O_WRONLY )) < 0 )
O_WRONLY|O_NONBLOCK )) < 0 )
{
p_info->i_score = 0;
}