Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81222f27 authored by Pavlin Radoslavov's avatar Pavlin Radoslavov Committed by android-build-merger
Browse files

Merge "Add extra log message to print output codec config"

am: 560d6913

Change-Id: I11ba8ff9116754794153bd2d70436b7332259f54
parents ef87ecb6 560d6913
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -622,6 +622,12 @@ static int a2dp_read_output_audio_config(
    }
  }

  INFO(
      "got output codec config (update_stream_config=%s): "
      "sample_rate=0x%x bits_per_sample=0x%x channel_mode=0x%x",
      update_stream_config ? "true" : "false", codec_config->sample_rate,
      codec_config->bits_per_sample, codec_config->channel_mode);

  INFO(
      "got output codec capability: sample_rate=0x%x bits_per_sample=0x%x "
      "channel_mode=0x%x",