summaryrefslogtreecommitdiffstats
path: root/polyp/oss-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/oss-util.c')
-rw-r--r--polyp/oss-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/oss-util.c b/polyp/oss-util.c
index 799bc40a..20a2965a 100644
--- a/polyp/oss-util.c
+++ b/polyp/oss-util.c
@@ -90,7 +90,7 @@ fail:
return fd;
}
-int pa_oss_auto_format(int fd, struct pa_sample_spec *ss) {
+int pa_oss_auto_format(int fd, pa_sample_spec *ss) {
int format, channels, speed, reqformat;
static const int format_trans[PA_SAMPLE_MAX] = {
[PA_SAMPLE_U8] = AFMT_U8,