Handle the new latency protocol. This is just a quick fix and does not

handle the new memblockq system.


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@618 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Pierre Ossman 2006-03-02 16:32:36 +00:00
parent 7f04568444
commit 6cc11fbfc3
4 changed files with 28 additions and 2 deletions

View file

@ -37,6 +37,7 @@
#include <polypcore/strlist.h>
#include <polypcore/mcalign.h>
#include <polypcore/memblockq.h>
#include <polypcore/hashmap.h>
#include "client-conf.h"
@ -104,6 +105,8 @@ struct pa_stream {
pa_memchunk peek_memchunk;
pa_memblockq *record_memblockq;
pa_hashmap *counter_hashmap;
int interpolate;
int corked;