From 7bf4b72c6d8e527a4504e400c26a4aa51081919c Mon Sep 17 00:00:00 2001
From: Jack Moffitt <jack@xiph.org>
Date: Fri, 7 Dec 2001 01:53:55 +0000
Subject: [PATCH] 16 periods is too big for some cards.  Default is now 8.

git-svn-id: http://svn.xiph.org/trunk/ao@2428 0101bb08-14d6-0310-b084-bc0e0c8e3800
---
 src/plugins/alsa09/ao_alsa09.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/alsa09/ao_alsa09.c b/src/plugins/alsa09/ao_alsa09.c
index 721aa7c..7a053fd 100644
--- a/src/plugins/alsa09/ao_alsa09.c
+++ b/src/plugins/alsa09/ao_alsa09.c
@@ -35,7 +35,7 @@
 #include <ao/plugin.h>
 
 #define AO_ALSA_BUF_SIZE 4096
-#define AO_ALSA_PERIODS  16
+#define AO_ALSA_PERIODS  8
 
 static char *ao_alsa_options[] = {
 	"dev",
-- 
GitLab