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
8
src/oss.h
Normal file
8
src/oss.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef fooosshfoo
|
||||
#define fooosshfoo
|
||||
|
||||
#include "sample.h"
|
||||
|
||||
int oss_auto_format(int fd, struct sample_spec *ss);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue