[pulseaudio-commits] r2378 - /branches/glitch-free/src/modules/module-alsa-sink.c

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Tue May 6 18:36:54 PDT 2008


Author: lennart
Date: Wed May  7 03:36:44 2008
New Revision: 2378

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=2378&root=pulseaudio&view=rev
Log:
decrease verbosity a bit

Modified:
    branches/glitch-free/src/modules/module-alsa-sink.c

Modified: branches/glitch-free/src/modules/module-alsa-sink.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/modules/module-alsa-sink.c?rev=2378&root=pulseaudio&r1=2377&r2=2378&view=diff
==============================================================================
--- branches/glitch-free/src/modules/module-alsa-sink.c (original)
+++ branches/glitch-free/src/modules/module-alsa-sink.c Wed May  7 03:36:44 2008
@@ -258,7 +258,7 @@
 
         frames = n = n - u->hwbuf_unused_frames;
 
-        pa_log_debug("%lu frames to write", (unsigned long) frames);
+/*        pa_log_debug("%lu frames to write", (unsigned long) frames);*/
 
         if (PA_UNLIKELY((err = snd_pcm_mmap_begin(u->pcm_handle, &areas, &offset, &frames)) < 0)) {
 
@@ -308,7 +308,7 @@
 
         u->frame_index += frames;
 
-        pa_log_debug("wrote %lu frames", (unsigned long) frames);
+/*         pa_log_debug("wrote %lu frames", (unsigned long) frames); */
 
         if (PA_LIKELY(frames >= (snd_pcm_uframes_t) n))
             return work_done;
@@ -349,7 +349,7 @@
 
         n -= u->hwbuf_unused_frames;
 
-        pa_log_debug("%lu frames to write", (unsigned long) frames);
+/*         pa_log_debug("%lu frames to write", (unsigned long) frames); */
 
         if (u->memchunk.length <= 0)
             pa_sink_render(u->sink, n * u->frame_size, &u->memchunk);
@@ -389,7 +389,7 @@
 
         u->frame_index += frames;
 
-        pa_log_debug("wrote %lu frames", (unsigned long) frames);
+/*         pa_log_debug("wrote %lu frames", (unsigned long) frames); */
 
         if (PA_LIKELY(frames >= n))
             return work_done;




More information about the pulseaudio-commits mailing list