Changeset eadaeae8 in mainline for uspace/srv/audio/hound/iface.c
- Timestamp:
- 2018-03-21T20:58:49Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3be9d10
- Parents:
- 874381a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/iface.c
r874381a readaeae8 72 72 if (ret == EOK) { 73 73 hound_ctx_destroy(ctx); 74 log_info("%s: %p, % #" PRIxn, __FUNCTION__, server, id);74 log_info("%s: %p, %p", __FUNCTION__, server, id); 75 75 } 76 76 return ret; … … 116 116 assert(server); 117 117 118 log_verbose("%s: %p, % " PRIxn " %x ch:%u r:%u f:%s", __FUNCTION__,119 server, id,flags, format.channels, format.sampling_rate,118 log_verbose("%s: %p, %p %x ch:%u r:%u f:%s", __FUNCTION__, server, id, 119 flags, format.channels, format.sampling_rate, 120 120 pcm_sample_format_str(format.sample_format)); 121 121 hound_ctx_t *ctx = hound_get_ctx_by_id(server, id);
Note:
See TracChangeset
for help on using the changeset viewer.