[xiph-cvs] cvs commit: ao/src/plugins/alsa09 ao_alsa09.c

Jack Moffitt jack at xiph.org
Thu Dec 6 17:53:56 PST 2001



jack        01/12/06 17:53:55

  Modified:    src/plugins/alsa09 ao_alsa09.c
  Log:
  16 periods is too big for some cards.  Default is now 8.

Revision  Changes    Path
1.3       +1 -1      ao/src/plugins/alsa09/ao_alsa09.c

Index: ao_alsa09.c
===================================================================
RCS file: /usr/local/cvsroot/ao/src/plugins/alsa09/ao_alsa09.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ao_alsa09.c	2001/09/07 02:58:31	1.2
+++ ao_alsa09.c	2001/12/07 01:53:55	1.3
@@ -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",

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list