Changes in uspace/srv/audio/hound/audio_data.c [b7fd2a0:541eb67] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/audio_data.c
rb7fd2a0 r541eb67 213 213 * @return Error code. 214 214 */ 215 errno_t audio_pipe_push(audio_pipe_t *pipe, audio_data_t *data)215 int 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.