summaryrefslogtreecommitdiffstats
path: root/src/oss-util.h
blob: 030afba46eaa514df2dde12aa02451874e1f91a4 (plain)
1
2
3
4
5
6
7
8
9
#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);

#endif