Changeset 38d150e in mainline for uspace/srv/audio
- Timestamp:
- 2017-12-02T09:44:11Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 40feeac
- Parents:
- b5abaf7
- Location:
- uspace/srv/audio/hound
- Files:
-
- 3 edited
-
audio_data.c (modified) (1 diff)
-
connection.c (modified) (1 diff)
-
hound_ctx.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/audio_data.c
rb5abaf7 r38d150e 35 35 36 36 #include <macros.h> 37 #include < malloc.h>37 #include <stdlib.h> 38 38 39 39 #include "audio_data.h" -
uspace/srv/audio/hound/connection.c
rb5abaf7 r38d150e 34 34 */ 35 35 36 #include <malloc.h>37 36 #include <errno.h> 37 #include <stdlib.h> 38 38 39 39 #include "log.h" -
uspace/srv/audio/hound/hound_ctx.c
rb5abaf7 r38d150e 35 35 */ 36 36 37 #include <malloc.h>38 37 #include <macros.h> 39 38 #include <errno.h> 39 #include <stdlib.h> 40 40 #include <str_error.h> 41 41
Note:
See TracChangeset
for help on using the changeset viewer.
