mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
got mmap oss output working
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@20 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
a8f788111c
commit
4b86ff0e6c
17 changed files with 607 additions and 112 deletions
|
|
@ -59,7 +59,7 @@ void source_notify(struct source*s) {
|
|||
static int do_post(void *p, uint32_t index, int *del, void*userdata) {
|
||||
struct memchunk *chunk = userdata;
|
||||
struct source_output *o = p;
|
||||
assert(o && o->push && index && del && chunk);
|
||||
assert(o && o->push && del && chunk);
|
||||
|
||||
o->push(o, chunk);
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue