mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
esound protocol
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@40 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
a74cd2a1bd
commit
ef422fa4ae
18 changed files with 806 additions and 46 deletions
|
|
@ -73,8 +73,7 @@ static int do_read(struct connection *c) {
|
|||
return -1;
|
||||
}
|
||||
|
||||
chunk.memblock->length = r;
|
||||
chunk.length = r;
|
||||
chunk.memblock->length = chunk.length = r;
|
||||
chunk.index = 0;
|
||||
|
||||
assert(c->input_memblockq);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue