Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/audio/hound/audio_data.c

    r5d27e5a r541eb67  
    3535
    3636#include <macros.h>
    37 #include <malloc.h>
     37#include <stdlib.h>
    3838
    3939#include "audio_data.h"
     
    260260 * @param size Target buffer size.
    261261 * @param format Target data format.
    262  * @return Size of the target buffer used, Error code on failure.
    263  */
    264 ssize_t audio_pipe_mix_data(audio_pipe_t *pipe, void *data,
     262 * @return Size of the target buffer used.
     263 */
     264size_t audio_pipe_mix_data(audio_pipe_t *pipe, void *data,
    265265    size_t size, const pcm_format_t *f)
    266266{
Note: See TracChangeset for help on using the changeset viewer.