hal: qahw_test: Printout channel mask

For multichannel playback the corresponding channel mask is
printed in order to check for any mismatch.

Change-Id: I2cec1cc409d5044d05de7a6a5623a263573b331d
This commit is contained in:
Dieter Luecking 2018-09-07 09:46:54 +02:00 committed by Gerrit - the friendly Code Review server
parent e1f65e84d3
commit b9c5999543
1 changed files with 1 additions and 0 deletions

View File

@ -2571,6 +2571,7 @@ int main(int argc, char* argv[]) {
fprintf(log_file, "stream %d: Output Flags:%d\n", stream->stream_index, stream->flags);
fprintf(log_file, "stream %d: Sample Rate:%d\n", stream->stream_index, stream->config.offload_info.sample_rate);
fprintf(log_file, "stream %d: Channels:%d\n", stream->stream_index, stream->channels);
fprintf(log_file, "stream %d: Channel Mask:%x\n", stream->stream_index, stream->config.channel_mask);
fprintf(log_file, "stream %d: Bitwidth:%d\n", stream->stream_index, stream->config.offload_info.bit_width);
fprintf(log_file, "stream %d: AAC Format Type:%d\n", stream->stream_index, stream->aac_fmt_type);
fprintf(log_file, "stream %d: Kvpair Values:%s\n", stream->stream_index, stream->kvpair_values);