make rename of oss.[ch] to oss-util.[ch] complete

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@35 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-06-23 23:43:42 +00:00
parent c050d7254c
commit a1b59db712
5 changed files with 11 additions and 11 deletions

View file

@ -5,7 +5,7 @@
#include <errno.h>
#include <string.h>
#include "oss.h"
#include "oss-util.h"
int oss_auto_format(int fd, struct pa_sample_spec *ss) {
int format, channels, speed;