Changeset 09ab0a9a in mainline for uspace/srv/audio
- Timestamp:
- 2018-09-13T12:05:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- Location:
- uspace/srv/audio/hound
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/audio_data.c
rb2aaaa0 r09ab0a9a 161 161 } 162 162 163 164 163 /** 165 164 * Data link remaining frames getter. … … 248 247 return adata; 249 248 } 250 251 249 252 250 /** -
uspace/srv/audio/hound/audio_data.h
rb2aaaa0 r09ab0a9a 125 125 } 126 126 127 128 127 #endif 129 128 -
uspace/srv/audio/hound/audio_device.c
rb2aaaa0 r09ab0a9a 44 44 #include <str_error.h> 45 45 #include <as.h> 46 47 46 48 47 #include "audio_device.h" -
uspace/srv/audio/hound/audio_device.h
rb2aaaa0 r09ab0a9a 88 88 * @} 89 89 */ 90 -
uspace/srv/audio/hound/audio_sink.c
rb2aaaa0 r09ab0a9a 43 43 #include "connection.h" 44 44 #include "log.h" 45 46 45 47 46 /** … … 150 149 } 151 150 152 153 151 /** 154 152 * @} -
uspace/srv/audio/hound/connection.h
rb2aaaa0 r09ab0a9a 117 117 } 118 118 119 120 119 #endif 121 120 /** -
uspace/srv/audio/hound/hound_ctx.c
rb2aaaa0 r09ab0a9a 149 149 return ctx->source == NULL; 150 150 } 151 152 151 153 152 /* -
uspace/srv/audio/hound/hound_ctx.h
rb2aaaa0 r09ab0a9a 60 60 typedef struct hound_ctx_stream hound_ctx_stream_t; 61 61 62 63 62 hound_ctx_t *hound_record_ctx_get(const char *name); 64 63 hound_ctx_t *hound_playback_ctx_get(const char *name);
Note:
See TracChangeset
for help on using the changeset viewer.