]> code.delx.au - pulseaudio/blobdiff - polyp/oss-util.c
* remove a lot of compiler warnings introduced by using some new GCC flags
[pulseaudio] / polyp / oss-util.c
index 799bc40a371d95b78a5cf79260f37e3d692b1dc2..20a2965a32ce89e51f3766a6d34cfb4ef8e5d55b 100644 (file)
@@ -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,