diff --git a/stepmania/src/arch/Sound/ALSA9Helpers.cpp b/stepmania/src/arch/Sound/ALSA9Helpers.cpp index 74a013a3a0..936a7c4006 100644 --- a/stepmania/src/arch/Sound/ALSA9Helpers.cpp +++ b/stepmania/src/arch/Sound/ALSA9Helpers.cpp @@ -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;