Changeset 018ab50 in mainline for uspace/lib/drv/include/audio_pcm_iface.h
- Timestamp:
- 2012-08-20T11:28:46Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fb6c98f
- Parents:
- 20840922
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/audio_pcm_iface.h
r20840922 r018ab50 71 71 pcm_sample_format_t *); 72 72 int audio_pcm_query_cap(audio_pcm_sess_t *, audio_cap_t, unsigned *); 73 int audio_pcm_register_event_callback(audio_pcm_sess_t *, 74 async_client_conn_t, void *); 75 int audio_pcm_unregister_event_callback(audio_pcm_sess_t *); 76 77 int audio_pcm_get_buffer(audio_pcm_sess_t *, void **, size_t *); 73 78 int audio_pcm_get_buffer_pos(audio_pcm_sess_t *, size_t *); 74 75 int audio_pcm_get_buffer(audio_pcm_sess_t *, void **, size_t *,76 async_client_conn_t, void *);77 79 int audio_pcm_release_buffer(audio_pcm_sess_t *); 78 80 … … 95 97 int (*release_buffer)(ddf_fun_t *); 96 98 int (*set_event_session)(ddf_fun_t *, async_sess_t *); 99 async_sess_t * (*get_event_session)(ddf_fun_t *); 97 100 int (*start_playback)(ddf_fun_t *, unsigned, 98 101 unsigned, unsigned, pcm_sample_format_t);
Note:
See TracChangeset
for help on using the changeset viewer.