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

Jack Moffitt jack at xiph.org
Fri Dec 7 13:00:44 PST 2001



jack        01/12/07 13:00:44

  Modified:    src/plugins/alsa09 ao_alsa09.c
  Log:
  These were not the debugging statements I was looking for.  Move along.

Revision  Changes    Path
1.9       +0 -2      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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ao_alsa09.c	2001/12/07 20:57:41	1.8
+++ ao_alsa09.c	2001/12/07 21:00:43	1.9
@@ -172,7 +172,6 @@
         if (err < 0)
                 goto error;
 
-	printf("Setting channels to %d\n", format->channels);
         cmd = "snd_pcm_hw_params_set_channels";
         if (format->channels == 1 || format->channels == 2)
                 err = snd_pcm_hw_params_set_channels(internal->pcm_handle,
@@ -180,7 +179,6 @@
         else
                 return 0;
 
-	printf("Error for channels was %d\n", err);
         if (err < 0)
                 goto error;
         internal->sample_size = format->bits * format->channels / 8;

--- >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