Changeset 4b33db8e in mainline
- Timestamp:
- 2013-04-04T16:36:11Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d988ef2
- Parents:
- 9e40d443
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/iface.c
r9e40d443 r4b33db8e 135 135 } 136 136 137 static int iface_drain_stream(void *stream) 138 { 139 hound_ctx_stream_drain(stream); 140 return EOK; 141 } 142 137 143 static int iface_stream_data_read(void *stream, void *buffer, size_t size) 138 144 { … … 154 160 .add_stream = iface_add_stream, 155 161 .rem_stream = iface_rem_stream, 162 .drain_stream = iface_drain_stream, 156 163 .stream_data_write = iface_stream_data_write, 157 164 .stream_data_read = iface_stream_data_read,
Note:
See TracChangeset
for help on using the changeset viewer.