This commit is contained in:
Glenn Maynard
2004-05-11 07:24:08 +00:00
parent 71831a75c3
commit d48c9295b8
+1 -1
View File
@@ -309,7 +309,7 @@ int Alsa9Buf::GetNumFramesToFill()
bool Alsa9Buf::WaitUntilFramesCanBeFilled( int timeout_ms )
{
int err = snd_pcm_wait( pcm, timeout_ms );
int err = dsnd_pcm_wait( pcm, timeout_ms );
/* EINTR is normal; don't warn. */
if( err == -EINTR )
return false;