summaryrefslogtreecommitdiff
path: root/src/rmd_opendev.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rmd_opendev.c')
-rw-r--r--src/rmd_opendev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmd_opendev.c b/src/rmd_opendev.c
index c8460d9..e5347a3 100644
--- a/src/rmd_opendev.c
+++ b/src/rmd_opendev.c
@@ -52,7 +52,7 @@ snd_pcm_t *rmdOpenDev( const char *pcm_dev,
{
snd_pcm_t *mhandle;
snd_pcm_hw_params_t *hwparams;
- unsigned int periods = 2;
+ unsigned int periods = 4;
unsigned int exactrate = *frequency;
// The compiler might warn us because the expansion starts with
© All Rights Reserved