Revision 00e07679 audio/paaudio.c

b/audio/paaudio.c
195 195
                return NULL;
196 196
            }
197 197

  
198
            hw->conv (hw->conv_buf + wpos, buf, chunk, &nominal_volume);
198
            hw->conv (hw->conv_buf + wpos, buf, chunk);
199 199
            wpos = (wpos + chunk) % hw->samples;
200 200
            to_grab -= chunk;
201 201
        }

Also available in: Unified diff