Changeset bee5349 in mainline for uspace/srv/audio/hound/hound_ctx.c


Ignore:
Timestamp:
2013-04-11T21:32:28Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4eff63c
Parents:
d1f144a
Message:

hound: add data available callback

File:
1 edited

Legend:

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

    rd1f144a rbee5349  
    6767                // TODO provide sink functions
    6868                const int ret = audio_sink_init(ctx->sink, name, ctx, NULL,
    69                     NULL, &AUDIO_FORMAT_DEFAULT);
     69                    NULL, NULL, &AUDIO_FORMAT_DEFAULT);
    7070                if (ret != EOK) {
    7171                        free(ctx->sink);
Note: See TracChangeset for help on using the changeset viewer.