summaryrefslogtreecommitdiffstats
path: root/src/polyp.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-06-27 20:00:26 +0000
committerLennart Poettering <lennart@poettering.net>2004-06-27 20:00:26 +0000
commit010378643e89e2ca4ea3502cb7dc6d8e16480832 (patch)
treef8a55181bb36f1a4ff0651af92c5ea652a0ca377 /src/polyp.c
parent57dc42709fa258844db05f2042dfffe6ca8ade8b (diff)
make native playback work
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@38 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/polyp.c')
-rw-r--r--src/polyp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/polyp.c b/src/polyp.c
index c298d46d..c2d1d822 100644
--- a/src/polyp.c
+++ b/src/polyp.c
@@ -267,7 +267,7 @@ static int command_request(struct pdispatch *pd, uint32_t command, uint32_t tag,
return -1;
}
- fprintf(stderr, "Requested %u bytes\n", bytes);
+ /*fprintf(stderr, "Requested %u bytes\n", bytes);*/
s->requested_bytes += bytes;
@@ -426,7 +426,7 @@ void pa_stream_write(struct pa_stream *s, const void *data, size_t length) {
pstream_send_memblock(s->context->pstream, s->channel, 0, &chunk);
memblock_unref(chunk.memblock);
- fprintf(stderr, "Sent %u bytes\n", length);
+ /*fprintf(stderr, "Sent %u bytes\n", length);*/
if (length < s->requested_bytes)
s->requested_bytes -= length;