From 30b00ea03e8ba06a0466fc843f5c6d31e2548d9e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 1 Jun 2004 05:07:22 +0000 Subject: [PATCH] undo testing (won't help) --- stepmania/src/arch/Sound/RageSoundDriver_ALSA9_Software.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/arch/Sound/RageSoundDriver_ALSA9_Software.cpp b/stepmania/src/arch/Sound/RageSoundDriver_ALSA9_Software.cpp index 8f9f2787c5..e722481ed3 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_ALSA9_Software.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_ALSA9_Software.cpp @@ -42,7 +42,7 @@ void RageSound_ALSA9_Software::MixerThread() while( !shutdown && GetData() ) ; - pcm->WaitUntilFramesCanBeFilled( 2 ); + pcm->WaitUntilFramesCanBeFilled( 100 ); } }