Changeset 541eb67 in mainline for uspace/srv/audio/hound/hound_ctx.h


Ignore:
Timestamp:
2017-12-20T16:08:49Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d4a829e
Parents:
d9f0894
Message:

Hound error handling fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/audio/hound/hound_ctx.h

    rd9f0894 r541eb67  
    7575    size_t size);
    7676int hound_ctx_stream_read(hound_ctx_stream_t *stream, void *buffer, size_t size);
    77 ssize_t hound_ctx_stream_add_self(hound_ctx_stream_t *stream, void *data,
     77size_t hound_ctx_stream_add_self(hound_ctx_stream_t *stream, void *data,
    7878    size_t size, const pcm_format_t *f);
    7979void hound_ctx_stream_drain(hound_ctx_stream_t *stream);
Note: See TracChangeset for help on using the changeset viewer.