Changes in uspace/srv/audio/hound/audio_data.c [541eb67:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/audio_data.c
r541eb67 rb7fd2a0 213 213 * @return Error code. 214 214 */ 215 int audio_pipe_push(audio_pipe_t *pipe, audio_data_t *data)215 errno_t audio_pipe_push(audio_pipe_t *pipe, audio_data_t *data) 216 216 { 217 217 assert(pipe);
Note:
See TracChangeset
for help on using the changeset viewer.