Changeset 4a8d0dd1 in mainline for uspace/app/wavplay/dplay.c


Ignore:
Timestamp:
2018-11-05T17:31:39Z (5 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
24cd6e5, 6454db5e, 88cc71c0, ac9e79d
Parents:
6f7071b
Message:

Do not async_accept_0() callback connections

Callback connections do not have the initial call which must be
accepted. The async framework asserts on attempts to answer or accept
calls with invalid capability handler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/wavplay/dplay.c

    r6f7071b r4a8d0dd1  
    9696static void device_event_callback(ipc_call_t *icall, void *arg)
    9797{
    98         async_accept_0(icall);
    9998        playback_t *pb = arg;
    10099        const size_t fragment_size = pb->buffer.size / DEFAULT_FRAGMENTS;
Note: See TracChangeset for help on using the changeset viewer.