From cd3691dff79e18a288b7371bd0bed92d3abb5991 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 5 Jan 2006 18:50:08 +0000 Subject: PIPE_BUF has nothing to do with the esound buffers. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@378 fefdeb5f-60dc-0310-8127-8f9354f1896f --- polyp/module-esound-sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'polyp/module-esound-sink.c') diff --git a/polyp/module-esound-sink.c b/polyp/module-esound-sink.c index 82c38cc2..19106506 100644 --- a/polyp/module-esound-sink.c +++ b/polyp/module-esound-sink.c @@ -144,7 +144,7 @@ static int do_write(struct userdata *u) { pa_module_set_used(u->module, pa_idxset_ncontents(u->sink->inputs) + pa_idxset_ncontents(u->sink->monitor_source->outputs)); if (!u->memchunk.length) - if (pa_sink_render(u->sink, PIPE_BUF, &u->memchunk) < 0) + if (pa_sink_render(u->sink, 8192, &u->memchunk) < 0) return 0; assert(u->memchunk.memblock && u->memchunk.length); -- cgit