blob: a62eee1d4bb2d7e74a61a89ba1e02561c7fbc99e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef fooossutilhfoo
#define fooossutilhfoo
#include "sample.h"
int pa_oss_open(const char *device, int *mode, int* pcaps);
int pa_oss_auto_format(int fd, struct pa_sample_spec *ss);
int pa_oss_set_fragments(int fd, int frags, int frag_size);
#endif
|