aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb.c
diff options
context:
space:
mode:
authorPaul Adenot <[email protected]>2016-10-27 11:17:52 +0200
committerMatthew Gregan <[email protected]>2016-10-27 22:17:52 +1300
commit8f32b70d17862edf94e05d48df2d1ebf04873f6f (patch)
tree2f2a364cdf722f88c672144de5e27f9d0827ce6d /src/cubeb.c
parentda00b6525ea8adb5429d59385fd887386ad70b2b (diff)
downloadcubeb-8f32b70d17862edf94e05d48df2d1ebf04873f6f.tar.gz
cubeb-8f32b70d17862edf94e05d48df2d1ebf04873f6f.zip
Address comments for PR #176 post merge. (#177)
- Make log_device static. - Print input and output rate as unsigned - Add the stream pointer in log messages in cubeb_audiounit.cpp Use explicit LOG statements in cubeb_audiounit.cpp.
Diffstat (limited to 'src/cubeb.c')
-rw-r--r--src/cubeb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cubeb.c b/src/cubeb.c
index 5fb9be5..e0375c3 100644
--- a/src/cubeb.c
+++ b/src/cubeb.c
@@ -384,6 +384,7 @@ int cubeb_stream_register_device_changed_callback(cubeb_stream * stream,
return stream->context->ops->stream_register_device_changed_callback(stream, device_changed_callback);
}
+static
void log_device(cubeb_device_info * device_info)
{
char devfmts[128] = "";