mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
decrease verbosity a bit
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2378 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
44241ac243
commit
6c28f1d5b9
1 changed files with 4 additions and 4 deletions
|
|
@ -258,7 +258,7 @@ static int mmap_write(struct userdata *u) {
|
|||
|
||||
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 @@ static int mmap_write(struct userdata *u) {
|
|||
|
||||
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 @@ static int unix_write(struct userdata *u) {
|
|||
|
||||
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 @@ static int unix_write(struct userdata *u) {
|
|||
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue