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:
Lennart Poettering 2004-06-16 00:05:30 +00:00
parent a8f788111c
commit 4b86ff0e6c
17 changed files with 607 additions and 112 deletions

8
src/oss.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef fooosshfoo
#define fooosshfoo
#include "sample.h"
int oss_auto_format(int fd, struct sample_spec *ss);
#endif