Changeset f9b2cb4c in mainline for uspace/drv/audio/sb16/dsp.c


Ignore:
Timestamp:
2015-08-23T12:50:23Z (9 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9ef495f
Parents:
0dd16778
Message:

unify interface API

  • introduce new interfaces
  • unify location service clients to always expect service ID as the second argument
  • remove obsolete methods that take explicit exchange management arguments (first phase)
  • use interfaces in device drivers, devman, location service, logger, inet
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/audio/sb16/dsp.c

    r0dd16778 rf9b2cb4c  
    159159static inline int setup_dma(sb_dsp_t *dsp, uintptr_t pa, size_t size)
    160160{
    161         async_sess_t *sess = devman_parent_device_connect(EXCHANGE_ATOMIC,
     161        async_sess_t *sess = devman_parent_device_connect(
    162162            ddf_dev_get_handle(dsp->sb_dev), IPC_FLAG_BLOCKING);
    163163
     
    307307
    308308        assert(dsp->buffer.data);
    309         async_sess_t *sess = devman_parent_device_connect(EXCHANGE_ATOMIC,
     309        async_sess_t *sess = devman_parent_device_connect(
    310310            ddf_dev_get_handle(dsp->sb_dev), IPC_FLAG_BLOCKING);
    311311
Note: See TracChangeset for help on using the changeset viewer.