]> code.delx.au - pulseaudio/blob - src/oss.h
got mmap oss output working
[pulseaudio] / src / oss.h
1 #ifndef fooosshfoo
2 #define fooosshfoo
3
4 #include "sample.h"
5
6 int oss_auto_format(int fd, struct sample_spec *ss);
7
8 #endif