From 5da24a49454ab92e155197065ad496eb704c8761 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 1 Jun 2004 04:50:55 +0000 Subject: [PATCH] testing --- 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 e722481ed3..8f9f2787c5 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( 100 ); + pcm->WaitUntilFramesCanBeFilled( 2 ); } }