Changes in uspace/srv/audio/hound/hound_ctx.c [df13836:9163546] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/hound_ctx.c
rdf13836 r9163546 403 403 return ENOMEM; 404 404 } 405 log_verbose("CTX: %p: Mixing % lu streams", ctx,405 log_verbose("CTX: %p: Mixing %u streams", ctx, 406 406 list_count(&ctx->streams)); 407 407 pcm_format_silence(buffer, size, &source->format); … … 413 413 log_warning("Not enough data in stream buffer"); 414 414 } 415 log_verbose("CTX: %p. Pushing audio to % lu connections", ctx,415 log_verbose("CTX: %p. Pushing audio to %u connections", ctx, 416 416 list_count(&source->connections)); 417 417 list_foreach(source->connections, source_link, connection_t, conn) {
Note:
See TracChangeset
for help on using the changeset viewer.