aboutsummaryrefslogtreecommitdiff
path: root/pd/src/s_linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/s_linux.c')
-rw-r--r--pd/src/s_linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/src/s_linux.c b/pd/src/s_linux.c
index 5c394674..54cdb978 100644
--- a/pd/src/s_linux.c
+++ b/pd/src/s_linux.c
@@ -2685,7 +2685,7 @@ void alsa_resync( void)
}
memset(alsa_buf, 0,
sizeof(char) * alsa_samplewidth * DACBLKSIZE * linux_outchannels);
- for (i = 0; i < 100; i++)
+ for (i = 0; i < 1000000; i++)
{
result = snd_pcm_writei(alsa_device.outhandle, alsa_buf,
DACBLKSIZE);