From d48c9295b802fed4626fa09570bf6b4625d4dbab Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 11 May 2004 07:24:08 +0000 Subject: [PATCH] link fix --- stepmania/src/arch/Sound/ALSA9Helpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;