Changeset 132ab5d1 in mainline for uspace/srv/audio/hound/audio_data.c
- Timestamp:
- 2018-01-30T03:20:45Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a6cc679
- Parents:
- 8bfb163 (diff), 6a5d05b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/srv/audio/hound/audio_data.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/audio_data.c
r8bfb163 r132ab5d1 35 35 36 36 #include <macros.h> 37 #include < malloc.h>37 #include <stdlib.h> 38 38 39 39 #include "audio_data.h" … … 260 260 * @param size Target buffer size. 261 261 * @param format Target data format. 262 * @return Size of the target buffer used , Error code on failure.263 */ 264 s size_t audio_pipe_mix_data(audio_pipe_t *pipe, void *data,262 * @return Size of the target buffer used. 263 */ 264 size_t audio_pipe_mix_data(audio_pipe_t *pipe, void *data, 265 265 size_t size, const pcm_format_t *f) 266 266 {
Note:
See TracChangeset
for help on using the changeset viewer.
