Changeset 5029c788 in mainline for uspace/srv/audio/hound/connection.h
- Timestamp:
- 2013-04-04T16:21:41Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9e40d443
- Parents:
- 5a6f362
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/connection.h
r5a6f362 r5029c788 41 41 #include <pcm/format.h> 42 42 43 #include "audio_data.h" 43 44 #include "audio_source.h" 44 45 #include "audio_sink.h" … … 48 49 link_t sink_link; 49 50 link_t hound_link; 51 list_t fifo; 50 52 audio_sink_t *sink; 51 53 audio_source_t *source; … … 73 75 size_t size, pcm_format_t format); 74 76 75 int connection_ new_data(connection_t *connection, const void *data, size_t size);77 int connection_push_data(connection_t *connection, audio_data_t *adata); 76 78 77 79 static inline const char *connection_source_name(connection_t *connection)
Note:
See TracChangeset
for help on using the changeset viewer.