summaryrefslogtreecommitdiff
path: root/cras/src/tests/cras_test_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'cras/src/tests/cras_test_client.c')
-rw-r--r--cras/src/tests/cras_test_client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cras/src/tests/cras_test_client.c b/cras/src/tests/cras_test_client.c
index 5e26b1af..6db3e116 100644
--- a/cras/src/tests/cras_test_client.c
+++ b/cras/src/tests/cras_test_client.c
@@ -597,6 +597,8 @@ static void audio_debug_info(struct cras_client *client)
printf("direction: %s\n",
(info->streams[i].direction == CRAS_STREAM_INPUT)
? "Input" : "Output");
+ printf("stream_type: %s\n",
+ cras_stream_type_str(info->streams[i].stream_type));
printf("buffer_frames: %u\n"
"cb_threshold: %u\n"
"frame_rate: %u\n"