Ignore:
Timestamp:
2018-03-22T23:23:18Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cbb37b6
Parents:
77f0a1d
Message:

Fix some comments mentioning 'call IDs'

File:
1 edited

Legend:

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

    r77f0a1d reed4139  
    255255}
    256256
    257 /**
    258  * Audio device event handler.
    259  * @param iid initial call id.
    260  * @param icall initial call structure.
    261  * @param arg (unused)
    262  */
    263 static void device_event_callback(cap_call_handle_t icall_handle, ipc_call_t *icall, void *arg)
     257/** Audio device event handler.
     258 *
     259 * @param icall_handle  Initial call handle.
     260 * @param icall         Initial call structure.
     261 * @param arg           (unused)
     262 */
     263static void device_event_callback(cap_call_handle_t icall_handle,
     264    ipc_call_t *icall, void *arg)
    264265{
    265266        struct timeval time1;
Note: See TracChangeset for help on using the changeset viewer.