mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
9 lines
121 B
C
9 lines
121 B
C
|
|
#ifndef fooosshfoo
|
||
|
|
#define fooosshfoo
|
||
|
|
|
||
|
|
#include "sample.h"
|
||
|
|
|
||
|
|
int oss_auto_format(int fd, struct sample_spec *ss);
|
||
|
|
|
||
|
|
#endif
|