Changeset 250828a in mainline
- Timestamp:
- 2013-04-11T17:52:09Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d1f144a
- Parents:
- c799138
- Location:
- uspace/srv/audio/hound
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/audio_device.c
rc799138 r250828a 156 156 audio_pcm_register_event_callback(dev->sess, 157 157 device_event_callback, dev);\ 158 // TODO set formats159 158 160 159 /* Fill the buffer first. Fill the first two fragments, -
uspace/srv/audio/hound/hound_ctx.c
rc799138 r250828a 194 194 fibril_mutex_lock(&ctx->guard); 195 195 list_append(&stream->link, &ctx->streams); 196 if (list_count(&ctx->streams) == 1) { 197 if (ctx->source && list_count(&ctx->source->connections) == 0) 198 ctx->source->format = stream->format; 199 } 196 200 fibril_mutex_unlock(&ctx->guard); 197 201 }
Note:
See TracChangeset
for help on using the changeset viewer.